|
LCIO
02.17
|
Interface for the run header. More...
#include <LCRunHeader.h>
Inheritance diagram for EVENT::LCRunHeader:Public Types | |
| typedef LCRunHeader | lcobject_type |
| Useful typedef for template programming with LCIO. More... | |
Public Types inherited from lcrtrel::LCRTRelations | |
| typedef std::type_index | ext_index |
| typedef std::shared_ptr< void > | ext_type |
| typedef std::map< ext_index, ext_type > | ext_map |
Public Member Functions | |
| virtual | ~LCRunHeader () |
| Destructor. More... | |
| virtual int | getRunNumber () const =0 |
| Returns the run number. More... | |
| virtual const std::string & | getDetectorName () const =0 |
| Returns the name of the detector setup used in the simulation. More... | |
| virtual const std::string & | getDescription () const =0 |
| Description of the simulation, physics channels etc. More... | |
| virtual const std::vector < std::string > * | getActiveSubdetectors () const =0 |
| Returns the names of the active subdetectors used in the simulation. More... | |
| virtual const LCParameters & | getParameters () const =0 |
| Parameters defined for this run. More... | |
| virtual LCParameters & | parameters ()=0 |
| Parameters defined for this run. More... | |
Public Member Functions inherited from EVENT::LCObject | |
| virtual | ~LCObject () |
| Destructor. More... | |
| virtual int | id () const =0 |
| Returns an object id for internal (debugging) use in LCIO. More... | |
| virtual LCObject * | clone () const |
| Returns an object id for internal (debugging) use in LCIO. More... | |
Public Member Functions inherited from lcrtrel::LCRTRelations | |
| template<class V > | |
| V::ext_type | ext () |
| Provides access to an extension object - the type and ownership is defined by the class V which should be a subtype of LCExtension, LCOwnedExtension, LCExtensionVector, LCExtensionList,... More... | |
| template<class V > | |
| const V::ext_type | ext () const |
| Provides access to an extension object - the type and ownership is defined by the class V which should be a subtype of LCExtension, LCOwnedExtension, LCExtensionVector, LCExtensionList,... More... | |
| template<class V > | |
| V::rel_type | rel () |
| Provides read access to relations - the object types and their connectivity are defined by the class V which has to be a subtype of either LC1To1Relation, LC1ToNRelation or LCNToNRelation. More... | |
Interface for the run header.
Definition at line 23 of file LCRunHeader.h.
Useful typedef for template programming with LCIO.
Definition at line 31 of file LCRunHeader.h.
|
inlinevirtual |
Destructor.
Definition at line 27 of file LCRunHeader.h.
|
pure virtual |
Returns the names of the active subdetectors used in the simulation.
Implemented in IMPL::LCRunHeaderImpl.
Referenced by SIO::SIORunHeaderHandler::write().
|
pure virtual |
Description of the simulation, physics channels etc.
Implemented in IMPL::LCRunHeaderImpl.
Referenced by UTIL::LCTOOLS::dumpRunHeader(), UTIL::operator<<(), and SIO::SIORunHeaderHandler::write().
|
pure virtual |
Returns the name of the detector setup used in the simulation.
Implemented in IMPL::LCRunHeaderImpl.
Referenced by UTIL::LCTOOLS::dumpRunHeader(), UTIL::operator<<(), and SIO::SIORunHeaderHandler::write().
|
pure virtual |
Parameters defined for this run.
Implemented in IMPL::LCRunHeaderImpl.
Referenced by UTIL::operator<<(), and SIO::SIORunHeaderHandler::write().
|
pure virtual |
Returns the run number.
Implemented in IMPL::LCRunHeaderImpl.
Referenced by UTIL::LCTOOLS::dumpRunHeader(), UTIL::operator<<(), SIO::SIORunHeaderHandler::write(), SIO::SIOWriter::writeRunHeader(), and MT::LCWriter::writeRunHeader().
|
pure virtual |
Parameters defined for this run.
Implemented in IMPL::LCRunHeaderImpl.
1.8.5