Interface for the run header. More...
#include <pre-generated/EVENT/LCRunHeader.h>
Public Types | |
| typedef LCRunHeader | lcobject_type |
| Useful typedef for template programming with LCIO. | |
Public Member Functions | |
| virtual | ~LCRunHeader () |
| Destructor. | |
| virtual int | getRunNumber () const =0 |
| Returns the run number. | |
| virtual const std::string & | getDetectorName () const =0 |
| Returns the name of the detector setup used in the simulation. | |
| virtual const std::string & | getDescription () const =0 |
| Description of the simulation, physics channels etc. | |
|
virtual const std::vector < std::string > * | getActiveSubdetectors () const =0 |
| Returns the names of the active subdetectors used in the simulation. | |
| virtual const LCParameters & | getParameters () const =0 |
| Parameters defined for this run. | |
| virtual LCParameters & | parameters ()=0 |
| Parameters defined for this run. | |
Interface for the run header.
1.6.1