LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
Public Types | Public Member Functions | List of all members
EVENT::LCRunHeader Class Referenceabstract

Interface for the run header. More...

#include <pre-generated/EVENT/LCRunHeader.h>

Inheritance diagram for EVENT::LCRunHeader:
EVENT::LCObject lcrtrel::LCRTRelations IMPL::LCRunHeaderImpl IOIMPL::LCRunHeaderIOImpl

Public Types

typedef LCRunHeader lcobject_type
 Useful typedef for template programming with LCIO.
 

Public Member Functions

virtual ~LCRunHeader ()
 Destructor.
 
virtual int getRunNumber () const =0
 Returns the run number.
 
virtual const std::string & getDetectorName () const =0
 Returns the name of the detector setup used in the simulation.
 
virtual const std::string & getDescription () const =0
 Description of the simulation, physics channels etc.
 
virtual const std::vector
< std::string > * 
getActiveSubdetectors () const =0
 Returns the names of the active subdetectors used in the simulation.
 
virtual const LCParametersgetParameters () const =0
 Parameters defined for this run.
 
virtual LCParametersparameters ()=0
 Parameters defined for this run.
 
- Public Member Functions inherited from EVENT::LCObject
virtual ~LCObject ()
 Destructor.
 
virtual int id () const =0
 Returns an object id for internal (debugging) use in LCIO.
 
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,...
 
template<class V >
const V::ext_type ext () const
 
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.
 

Additional Inherited Members

- Protected Member Functions inherited from lcrtrel::LCRTRelations
template<class V >
V::ptr & ptr () const
 Returns the reference to the pointer to the extension/relation object.
 

Detailed Description

Interface for the run header.

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

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