| 
    LCIO
    02.17
    
   | 
 
Adding stuff needed for io (friend declarations, etc.) More...
#include <LCRunHeaderIOImpl.h>
 Inheritance diagram for IOIMPL::LCRunHeaderIOImpl:Friends | |
| class | SIO::SIOReader | 
| class | MT::LCReader | 
Additional Inherited Members | |
  Public Types inherited from EVENT::LCRunHeader | |
| 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 inherited from IMPL::LCRunHeaderImpl | |
| LCRunHeaderImpl () | |
| virtual | ~LCRunHeaderImpl () | 
| Destructor.  More... | |
| virtual int | id () const | 
| Returns an object id for internal (debugging) use in LCIO.  More... | |
| virtual int | getRunNumber () const | 
| Returns the run number.  More... | |
| virtual const std::string & | getDetectorName () const | 
| Returns the name of the detector setup used in the simulation.  More... | |
| virtual const std::string & | getDescription () const | 
| Description of the simulation conditions, e.g.  More... | |
| virtual const std::vector < std::string > *  | getActiveSubdetectors () const | 
| Returns the names of the active subdetectors used in the simulation.  More... | |
| virtual const EVENT::LCParameters & | getParameters () const | 
| Parameters defined for this run.  More... | |
| virtual EVENT::LCParameters & | parameters () | 
| Parameters defined for this run.  More... | |
| void | setRunNumber (int rn) | 
| Sets the run number.  More... | |
| void | setDetectorName (const std::string &dn) | 
| Sets the detector name.  More... | |
| void | setDescription (const std::string &dsc) | 
| Sets the description of the run.  More... | |
| void | addActiveSubdetector (const std::string &adn) | 
| Adds an active sub detector name.  More... | |
  Public Member Functions inherited from EVENT::LCRunHeader | |
| virtual | ~LCRunHeader () | 
| Destructor.  More... | |
  Public Member Functions inherited from EVENT::LCObject | |
| virtual | ~LCObject () | 
| Destructor.  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... | |
  Public Member Functions inherited from IMPL::AccessChecked | |
| AccessChecked () | |
| virtual | ~AccessChecked () | 
| virtual int | simpleUID () const | 
  Protected Member Functions inherited from IMPL::LCRunHeaderImpl | |
| virtual void | setReadOnly (bool readOnly) | 
  Protected Member Functions inherited from IMPL::AccessChecked | |
| void | checkAccess () | 
| void | checkAccess (const char *what) | 
  Protected Attributes inherited from IMPL::LCRunHeaderImpl | |
| int | _runNumber {0} | 
| std::string | _detectorName {} | 
| std::string | _description {} | 
| std::vector< std::string > | _activeSubdetectors {} | 
| LCParametersImpl | _params {} | 
  Protected Attributes inherited from IMPL::AccessChecked | |
| bool | _readOnly {false} | 
| int | _id {-1} | 
  Static Protected Attributes inherited from IMPL::AccessChecked | |
| static std::atomic_int | _lCObjectId | 
Adding stuff needed for io (friend declarations, etc.)
Definition at line 26 of file LCRunHeaderIOImpl.h.
      
  | 
  friend | 
Definition at line 30 of file LCRunHeaderIOImpl.h.
      
  | 
  friend | 
Definition at line 29 of file LCRunHeaderIOImpl.h.
 1.8.5