Parent Directory | Revision Log
Class rollback to previous version, compilation warnings ~fixed, some cleaning
1 | mocchiut | 1.1 | #ifndef PHYSENDRUN_EVENT_H |
2 | #define PHYSENDRUN_EVENT_H | ||
3 | |||
4 | #include "CaloEndRun.h" | ||
5 | #include "TBEndRun.h" | ||
6 | |||
7 | namespace pamela { | ||
8 | /** | ||
9 | * Information events about the PhysEndRun. | ||
10 | */ | ||
11 | class PhysEndRunEvent: public pamela::SubPacket { | ||
12 | private: | ||
13 | |||
14 | public: | ||
15 | |||
16 | |||
17 | |||
18 | |||
19 | //----Calorimeter sections----- | ||
20 | CaloEndRun CALO_ENDRUN[4]; | ||
21 | TBEndRun TB_ENDRUN; | ||
22 | |||
23 | mocchiut | 1.2 | PhysEndRunEvent(void); |
24 | ~PhysEndRunEvent(void); | ||
25 | mocchiut | 1.1 | //----Calorimeter sections----- |
26 | |||
27 | mocchiut | 1.3 | ClassDef(PhysEndRunEvent, 2) |
28 | mocchiut | 1.1 | }; |
29 | } | ||
30 | |||
31 | #endif /* PHYSENDRUN_EVENT_H */ | ||
32 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |