Implementation of LCRunHeader. More...
#include <IMPL/LCRunHeaderImpl.h>
Public Member Functions | |
| virtual | ~LCRunHeaderImpl () |
| Destructor. | |
| virtual int | id () const |
| Returns an object id for internal (debugging) use in LCIO. | |
| virtual int | getRunNumber () const |
| Returns the run number. | |
| virtual const std::string & | getDetectorName () const |
| Returns the name of the detector setup used in the simulation. | |
| virtual const std::string & | getDescription () const |
| Description of the simulation conditions, e.g. | |
|
virtual const std::vector < std::string > * | getActiveSubdetectors () const |
| Returns the names of the active subdetectors used in the simulation. | |
| virtual const EVENT::LCParameters & | getParameters () const |
| Parameters defined for this run. | |
| virtual EVENT::LCParameters & | parameters () |
| Parameters defined for this run. | |
| void | setRunNumber (int rn) |
| Sets the run number. | |
| void | setDetectorName (const std::string &dn) |
| Sets the detector name. | |
| void | setDescription (const std::string &dsc) |
| Sets the description of the run. | |
| void | addActiveSubdetector (const std::string &adn) |
| Adds an active sub detector name. | |
Protected Member Functions | |
| virtual void | setReadOnly (bool readOnly) |
Implementation of LCRunHeader.
| const std::string & IMPL::LCRunHeaderImpl::getDescription | ( | ) | const [virtual] |
1.6.1