1 #ifndef IMPL_ACCESSCHECKED_H
2 #define IMPL_ACCESSCHECKED_H 1
5 #include "Exceptions.h"
25 virtual int simpleUID()
const {
return _id ; }
28 virtual void setReadOnly(
bool readOnly ) ;
Implementation of the LCCollection using (inheriting from) an STL vector of LCObjects.
Definition: LCCollectionVec.h:26
Implementation of the main event class.
Definition: LCEventImpl.h:31
Controls access to objects.
Definition: AccessChecked.h:17
EventException used for signaling a 'read only exception'.
Definition: Exceptions.h:74