1 #ifndef EVENT_LCRUNHEADERIMPL_H
2 #define EVENT_LCRUNHEADERIMPL_H 1
6 #include "EVENT/LCIO.h"
7 #include "EVENT/LCRunHeader.h"
8 #include "AccessChecked.h"
9 #include "LCParametersImpl.h"
27 virtual int id()
const {
return simpleUID() ; }
76 virtual void setReadOnly(
bool readOnly ) ;
81 std::string _detectorName ;
82 std::string _description ;
83 std::vector<std::string> _activeSubdetectors ;
Implementation of Simple interface to store generic named parameters of type int, float and string...
Definition: LCParametersImpl.h:35
Simple interface to store generic named parameters of type int, float and string. ...
Definition: LCParameters.h:28
Controls access to objects.
Definition: AccessChecked.h:17