/[PAMELA software]/chewbacca/event/endrun/PhysEndRunEvent.h
ViewVC logotype

Annotation of /chewbacca/event/endrun/PhysEndRunEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Wed Jul 29 15:47:28 2009 UTC (15 years, 4 months ago) by mocchiut
Branch: MAIN
CVS Tags: v10RED, v9r00, v9r01, HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/plain
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