Parent Directory | Revision Log
Class rollback to previous version, compilation warnings ~fixed, some cleaning
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 | PhysEndRunEvent(void); |
24 | ~PhysEndRunEvent(void); |
25 | //----Calorimeter sections----- |
26 | |
27 | ClassDef(PhysEndRunEvent, 2) |
28 | }; |
29 | } |
30 | |
31 | #endif /* PHYSENDRUN_EVENT_H */ |
32 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |