#include <LCRunHeaderImpl.h>
Inheritance diagram for IMPL::LCRunHeaderImpl:

Public Types | |
| typedef LCRunHeader | lcobject_type |
Public Member Functions | |
| LCRunHeaderImpl () | |
| virtual | ~LCRunHeaderImpl () |
| Destructor. | |
| virtual int | id () const |
| virtual int | getRunNumber () const |
| virtual const std::string & | getDetectorName () const |
| virtual const std::string & | getDescription () const |
| virtual const std::vector< std::string > * | getActiveSubdetectors () const |
| virtual const EVENT::LCParameters & | getParameters () const |
| virtual EVENT::LCParameters & | parameters () |
| void | setRunNumber (int rn) |
| void | setDetectorName (const std::string &dn) |
| void | setDescription (const std::string &dsc) |
| void | addActiveSubdetector (const std::string &adn) |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
| virtual int | simpleUID () const |
Protected Member Functions | |
| virtual void | setReadOnly (bool readOnly) |
| template<class V> | |
| V::ptr & | ptr () |
| void | checkAccess () throw ( EVENT::ReadOnlyException ) |
| void | checkAccess (const char *what) throw ( EVENT::ReadOnlyException ) |
Protected Attributes | |
| int | _runNumber |
| std::string | _detectorName |
| std::string | _description |
| std::vector< std::string > | _activeSubdetectors |
| LCParametersImpl | _params |
| bool | _readOnly |
| int | _id |
Definition at line 18 of file LCRunHeaderImpl.h.
|
|
Useful typedef for template programming with LCIO Definition at line 32 of file LCRunHeader.h. |
|
|
Definition at line 8 of file LCRunHeaderImpl.cc. |
|
|
Destructor.
Definition at line 12 of file LCRunHeaderImpl.cc. |
|
|
Adds an active sub detector name. Definition at line 31 of file LCRunHeaderImpl.cc. References _activeSubdetectors. Referenced by SIO::SIORunHeaderHandler::xfer(). |
|
|
Definition at line 20 of file AccessChecked.cc. |
|
|
|
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. Implements EVENT::LCRunHeader. Definition at line 17 of file LCRunHeaderImpl.cc. |
|
|
Description of the simulation conditions, e.g. physics channels. Implements EVENT::LCRunHeader. Definition at line 16 of file LCRunHeaderImpl.cc. |
|
|
Returns the name of the detector setup used in the simulation. Implements EVENT::LCRunHeader. Definition at line 15 of file LCRunHeaderImpl.cc. |
|
|
Parameters defined for this run. Implements EVENT::LCRunHeader. Definition at line 49 of file LCRunHeaderImpl.h. |
|
|
Returns the run number. Implements EVENT::LCRunHeader. Definition at line 14 of file LCRunHeaderImpl.cc. |
|
|
Returns an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 27 of file LCRunHeaderImpl.h. |
|
|
Parameters defined for this run. Implements EVENT::LCRunHeader. Definition at line 53 of file LCRunHeaderImpl.h. |
|
|||||||||
|
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. |
|
|
Sets the description of the run. Definition at line 27 of file LCRunHeaderImpl.cc. References _description, and IMPL::AccessChecked::checkAccess(). Referenced by marlin::StdHepReader::readDataSource(), and SIO::SIORunHeaderHandler::xfer(). |
|
|
Sets the detector name. Definition at line 23 of file LCRunHeaderImpl.cc. References _detectorName, and IMPL::AccessChecked::checkAccess(). Referenced by SIO::SIORunHeaderHandler::xfer(). |
|
|
Reimplemented from IMPL::AccessChecked. Definition at line 38 of file LCRunHeaderImpl.cc. |
|
|
Sets the run number. Definition at line 19 of file LCRunHeaderImpl.cc. References _runNumber, and IMPL::AccessChecked::checkAccess(). Referenced by marlin::StdHepReader::readDataSource(), and SIO::SIORunHeaderHandler::xfer(). |
|
|
Definition at line 24 of file AccessChecked.h. |
|
|
Definition at line 83 of file LCRunHeaderImpl.h. Referenced by addActiveSubdetector(). |
|
|
Definition at line 82 of file LCRunHeaderImpl.h. Referenced by setDescription(). |
|
|
Definition at line 81 of file LCRunHeaderImpl.h. Referenced by setDetectorName(). |
|
|
Definition at line 34 of file AccessChecked.h. Referenced by IMPL::AccessChecked::AccessChecked(). |
|
|
Definition at line 85 of file LCRunHeaderImpl.h. |
|
|
Definition at line 33 of file AccessChecked.h. Referenced by IMPL::AccessChecked::setReadOnly(). |
|
|
Definition at line 80 of file LCRunHeaderImpl.h. Referenced by setRunNumber(). |
1.3.9.1