HepMC3 event record library
|
Sample class for root I/O test. More...
#include <MyClass.h>
Public Member Functions | |
MyClass () | |
Default constructor. More... | |
void | SetEvent (GenEvent *) |
Set HepMC event. More... | |
GenEvent * | GetEvent () |
Get HepMC event. More... | |
void | SetInt (int) |
Set someint. More... | |
int | GetInt () |
Get someint. More... | |
Private Attributes | |
int | someint |
Test int. More... | |
GenEvent * | event |
Test event. More... | |
Sample class for root I/O test.
MyClass | ( | ) |
Default constructor.
Definition at line 3 of file MyClass.cc.
GenEvent * GetEvent | ( | ) |
Get HepMC event.
Definition at line 10 of file MyClass.cc.
References event.
int GetInt | ( | ) |
void SetEvent | ( | GenEvent * | myevt | ) |
void SetInt | ( | int | theint | ) |