BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
McGenEvent.cxx
Go to the documentation of this file.
1#include "GeneratorObject/McGenEvent.h"
2
3// Constructor
4McGenEvent::McGenEvent( GenEvent* evt ) { m_pEvt = evt; }
5
6// Destructor
7McGenEvent::~McGenEvent() { delete m_pEvt; }
8
9// Public accessors:
10std::string McGenEvent::generatorName() const { return m_generatorName; }
11
12GenEvent* McGenEvent::getGenEvt() const { return m_pEvt; }
McGenEvent(GenEvent *evt)
Definition McGenEvent.cxx:4
virtual ~McGenEvent()
Definition McGenEvent.cxx:7
std::string generatorName() const
GenEvent * getGenEvt() const