BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
McGenEvent Class Reference

#include <McGenEvent.h>

+ Inheritance diagram for McGenEvent:

Public Member Functions

 McGenEvent (GenEvent *evt)
 
virtual ~McGenEvent ()
 
std::string generatorName () const
 
GenEvent * getGenEvt () const
 
virtual const CLID & clID () const
 
 McGenEvent (GenEvent *evt)
 
virtual ~McGenEvent ()
 
std::string generatorName () const
 
GenEvent * getGenEvt () const
 
virtual const CLID & clID () const
 

Static Public Member Functions

static const CLID & classID ()
 
static const CLID & classID ()
 

Detailed Description

Constructor & Destructor Documentation

◆ McGenEvent() [1/2]

McGenEvent::McGenEvent ( GenEvent *  evt)

Definition at line 4 of file McGenEvent.cxx.

4{ m_pEvt = evt; }

◆ ~McGenEvent() [1/2]

McGenEvent::~McGenEvent ( )
virtual

Definition at line 7 of file McGenEvent.cxx.

7{ delete m_pEvt; }

◆ McGenEvent() [2/2]

McGenEvent::McGenEvent ( GenEvent *  evt)

◆ ~McGenEvent() [2/2]

virtual McGenEvent::~McGenEvent ( )
virtual

Member Function Documentation

◆ classID() [1/2]

static const CLID & McGenEvent::classID ( )
inlinestatic

Definition at line 32 of file Generator/GeneratorObject/GeneratorObject-00-01-05/GeneratorObject/McGenEvent.h.

32{ return CLID_GenEvent; }
const CLID & CLID_GenEvent
Definition: EventModel.cxx:199

Referenced by clID().

◆ classID() [2/2]

static const CLID & McGenEvent::classID ( )
inlinestatic

◆ clID() [1/2]

virtual const CLID & McGenEvent::clID ( ) const
inlinevirtual

◆ clID() [2/2]

virtual const CLID & McGenEvent::clID ( ) const
inlinevirtual

◆ generatorName() [1/2]

std::string McGenEvent::generatorName ( ) const

Definition at line 10 of file McGenEvent.cxx.

10{ return m_generatorName; }

◆ generatorName() [2/2]

std::string McGenEvent::generatorName ( ) const

◆ getGenEvt() [1/2]

GenEvent * McGenEvent::getGenEvt ( ) const

Definition at line 12 of file McGenEvent.cxx.

12 {
13 return m_pEvt;
14}

Referenced by BesHepMCInterface::GenerateHepMCEvent(), and BesSensitiveManager::SaveParticlesFromGenerator().

◆ getGenEvt() [2/2]

GenEvent * McGenEvent::getGenEvt ( ) const

The documentation for this class was generated from the following files: