#ifndef PHYSENDRUN_EVENT_H #define PHYSENDRUN_EVENT_H #include "CaloEndRun.h" #include "TBEndRun.h" namespace pamela { /** * Information events about the PhysEndRun. */ class PhysEndRunEvent: public pamela::SubPacket { private: public: //----Calorimeter sections----- CaloEndRun CALO_ENDRUN[4]; TBEndRun TB_ENDRUN; PhysEndRunEvent(void); ~PhysEndRunEvent(void); //----Calorimeter sections----- ClassDef(PhysEndRunEvent, 2) }; } #endif /* PHYSENDRUN_EVENT_H */