LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Friends | List of all members
IOIMPL::LCRunHeaderIOImpl Class Reference

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::stringgetDetectorName () const
 Returns the name of the detector setup used in the simulation. More...
 
virtual const std::stringgetDescription () 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::LCParametersgetParameters () const
 Parameters defined for this run. More...
 
virtual EVENT::LCParametersparameters ()
 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 LCObjectclone () 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
 

Detailed Description

Adding stuff needed for io (friend declarations, etc.)

Author
gaede
Version
Sep 9, 2003

Definition at line 26 of file LCRunHeaderIOImpl.h.

Friends And Related Function Documentation

friend class MT::LCReader
friend

Definition at line 30 of file LCRunHeaderIOImpl.h.

friend class SIO::SIOReader
friend

Definition at line 29 of file LCRunHeaderIOImpl.h.


The documentation for this class was generated from the following file: