HepMC3 event record library
|
Sample class for root I/O test. More...
#include <MyRunClass.h>
Public Member Functions | |
MyRunClass () | |
Default constructor. More... | |
void | SetRunInfo (GenRunInfo *) |
Set HepMC event. More... | |
GenRunInfo * | GetRunInfo () |
Get HepMC event. More... | |
void | SetInt (int) |
Set someint. More... | |
int | GetInt () |
Get someint. More... | |
Private Attributes | |
int | someint |
Test int. More... | |
GenRunInfo * | run |
Test run info. More... | |
Sample class for root I/O test.
Definition at line 9 of file MyRunClass.h.
MyRunClass | ( | ) |
Default constructor.
Definition at line 3 of file MyRunClass.cc.
int GetInt | ( | ) |
GenRunInfo * GetRunInfo | ( | ) |
Get HepMC event.
Definition at line 10 of file MyRunClass.cc.
References run.
void SetInt | ( | int | theint | ) |
void SetRunInfo | ( | GenRunInfo * | myrun | ) |
|
private |
Test run info.
Definition at line 29 of file MyRunClass.h.
|
private |
Test int.
Definition at line 28 of file MyRunClass.h.