#include <LCRunHeader.h>
Inheritance diagram for EVENT::LCRunHeader:

Public Types | |
| typedef LCRunHeader | lcobject_type |
Public Member Functions | |
| virtual | ~LCRunHeader () |
| Destructor. | |
| virtual int | getRunNumber () const =0 |
| virtual const std::string & | getDetectorName () const =0 |
| virtual const std::string & | getDescription () const =0 |
| virtual const std::vector< std::string > * | getActiveSubdetectors () const =0 |
| virtual const LCParameters & | getParameters () const =0 |
| virtual LCParameters & | parameters ()=0 |
| virtual int | id () const =0 |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
Definition at line 24 of file LCRunHeader.h.
|
|
Useful typedef for template programming with LCIO Definition at line 32 of file LCRunHeader.h. |
|
|
Destructor.
Definition at line 28 of file LCRunHeader.h. |
|
|
Deep copy of the object. C++ implementations should return the concrete type (virtual constructor). No reasonable implementation yet. Do not use this method. Reimplemented in IMPL::SimCalorimeterHitImpl. Definition at line 52 of file LCObject.h. |
|
|||||||||
|
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,... Definition at line 430 of file LCRTRelations.h. |
|
|
Returns the names of the active subdetectors used in the simulation. Implemented in IMPL::LCRunHeaderImpl. Referenced by SIO::SIORunHeaderHandler::xfer(). |
|
|
Description of the simulation, physics channels etc. Implemented in IMPL::LCRunHeaderImpl. Referenced by UTIL::LCTOOLS::dumpRunHeader(), and SIO::SIORunHeaderHandler::xfer(). |
|
|
Returns the name of the detector setup used in the simulation. Implemented in IMPL::LCRunHeaderImpl. Referenced by UTIL::LCTOOLS::dumpRunHeader(), and SIO::SIORunHeaderHandler::xfer(). |
|
|
Parameters defined for this run. Implemented in IMPL::LCRunHeaderImpl. Referenced by SIO::SIORunHeaderHandler::xfer(). |
|
|
Returns the run number. Implemented in IMPL::LCRunHeaderImpl. Referenced by UTIL::LCTOOLS::dumpRunHeader(), marlin::TestProcessor::processRunHeader(), and SIO::SIORunHeaderHandler::xfer(). |
|
|
|
Parameters defined for this run. Implemented in IMPL::LCRunHeaderImpl. |
|
|||||||||
|
Returns the reference to the pointer to the extension/relation object Definition at line 508 of file LCRTRelations.h. |
|
|||||||||
|
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. Definition at line 444 of file LCRTRelations.h. |
1.3.9.1