LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
Friends | List of all members
IOIMPL::LCRunHeaderIOImpl Class Reference

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

#include <IOIMPL/LCRunHeaderIOImpl.h>

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

Friends

class SIO::SIOReader
 

Additional Inherited Members

- Public Types inherited from EVENT::LCRunHeader
typedef LCRunHeader lcobject_type
 Useful typedef for template programming with LCIO.
 
- Public Member Functions inherited from IMPL::LCRunHeaderImpl
virtual ~LCRunHeaderImpl ()
 Destructor.
 
virtual int id () const
 Returns an object id for internal (debugging) use in LCIO.
 
virtual int getRunNumber () const
 Returns the run number.
 
virtual const std::string & getDetectorName () const
 Returns the name of the detector setup used in the simulation.
 
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.
 
virtual const EVENT::LCParametersgetParameters () const
 Parameters defined for this run.
 
virtual EVENT::LCParametersparameters ()
 Parameters defined for this run.
 
void setRunNumber (int rn)
 Sets the run number.
 
void setDetectorName (const std::string &dn)
 Sets the detector name.
 
void setDescription (const std::string &dsc)
 Sets the description of the run.
 
void addActiveSubdetector (const std::string &adn)
 Adds an active sub detector name.
 
- Public Member Functions inherited from EVENT::LCRunHeader
virtual ~LCRunHeader ()
 Destructor.
 
- Public Member Functions inherited from EVENT::LCObject
virtual ~LCObject ()
 Destructor.
 
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.
 
- Public Member Functions inherited from IMPL::AccessChecked
virtual int simpleUID () const
 
- Protected Member Functions inherited from IMPL::LCRunHeaderImpl
virtual void setReadOnly (bool readOnly)
 
- 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.
 
- Protected Member Functions inherited from IMPL::AccessChecked
void checkAccess () throw ( EVENT::ReadOnlyException )
 
void checkAccess (const char *what) throw ( EVENT::ReadOnlyException )
 
- Protected Attributes inherited from IMPL::LCRunHeaderImpl
int _runNumber
 
std::string _detectorName
 
std::string _description
 
std::vector< std::string > _activeSubdetectors
 
LCParametersImpl _params
 
- Protected Attributes inherited from IMPL::AccessChecked
bool _readOnly
 
int _id
 

Detailed Description

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

Author
gaede
Version
Sep 9, 2003

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