/[PAMELA software]/yoda/event/CalibS4Event.h
ViewVC logotype

Diff of /yoda/event/CalibS4Event.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:06 2006 UTC
# Line 2  Line 2 
2  #define CALIBS4_EVENT_H  #define CALIBS4_EVENT_H
3    
4  #include "SubPacket.h"  #include "SubPacket.h"
5    #include <TClonesArray.h>
6    
7  namespace pamela {  namespace pamela {
8    /**    /**
# Line 9  namespace pamela { Line 10  namespace pamela {
10     */     */
11    class CalibS4Event: public pamela::SubPacket {    class CalibS4Event: public pamela::SubPacket {
12    private:    private:
13            static TClonesArray *fgRecords;
14    public:    public:
15    
16        TClonesArray* Records;
17        
18      CalibS4Event(void);      CalibS4Event(void);
19            
20      ClassDef(CalibS4Event, 1)      ClassDef(CalibS4Event, 2)
21    };    };
22  }  }
23    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.6.0

  ViewVC Help
Powered by ViewVC 1.1.23