HepMC3 event record library
|
Sample class for root I/O test.
Definition at line 9 of file MyRunClass.h.
#include <MyRunClass.h>
Public Member Functions | |
MyRunClass () | |
Default constructor. | |
void | SetRunInfo (GenRunInfo *) |
Set HepMC event. | |
GenRunInfo * | GetRunInfo () |
Get HepMC event. | |
void | SetInt (int) |
Set someint. | |
int | GetInt () const |
Get someint. | |
Private Attributes | |
int | someint |
Test int. | |
GenRunInfo * | run |
Test run info. | |
MyRunClass | ( | ) |
int GetInt | ( | ) | const |
GenRunInfo * GetRunInfo | ( | ) |
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.