LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
EVENT::LCRunHeader Class Referenceabstract

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

Detailed Description

Interface for the run header.

Author
gaede
Version
Id:
LCRunHeader.aid,v 1.8 2006-03-24 13:25:52 gaede Exp

Definition at line 23 of file LCRunHeader.h.

Member Typedef Documentation

Useful typedef for template programming with LCIO.

Definition at line 31 of file LCRunHeader.h.

Constructor & Destructor Documentation

virtual EVENT::LCRunHeader::~LCRunHeader ( )
inlinevirtual

Destructor.

Definition at line 27 of file LCRunHeader.h.

Member Function Documentation

virtual const std::vector<std::string>* EVENT::LCRunHeader::getActiveSubdetectors ( ) const
pure virtual

Returns the names of the active subdetectors used in the simulation.

Implemented in IMPL::LCRunHeaderImpl.

Referenced by SIO::SIORunHeaderHandler::write().

virtual const std::string& EVENT::LCRunHeader::getDescription ( ) const
pure virtual

Description of the simulation, physics channels etc.

Implemented in IMPL::LCRunHeaderImpl.

Referenced by UTIL::LCTOOLS::dumpRunHeader(), UTIL::operator<<(), and SIO::SIORunHeaderHandler::write().

virtual const std::string& EVENT::LCRunHeader::getDetectorName ( ) const
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().

virtual const LCParameters& EVENT::LCRunHeader::getParameters ( ) const
pure virtual

Parameters defined for this run.

Implemented in IMPL::LCRunHeaderImpl.

Referenced by UTIL::operator<<(), and SIO::SIORunHeaderHandler::write().

virtual int EVENT::LCRunHeader::getRunNumber ( ) const
pure virtual
virtual LCParameters& EVENT::LCRunHeader::parameters ( )
pure virtual

Parameters defined for this run.

Implemented in IMPL::LCRunHeaderImpl.


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