/[PAMELA software]/yoda/event/physics/neutronDetector/NeutronEvent.h
ViewVC logotype

Diff of /yoda/event/physics/neutronDetector/NeutronEvent.h

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

revision 1.1 by kusanagi, Thu Aug 19 15:24:33 2004 UTC revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC
# Line 2  Line 2 
2  #ifndef NEUTRON_EVENT_H  #ifndef NEUTRON_EVENT_H
3  #define NEUTRON_EVENT_H  #define NEUTRON_EVENT_H
4    
 #include <vector>  
5  #include "event/SubPacket.h"  #include "event/SubPacket.h"
6  #include "event/physics/neutronDetector/NeutronRecord.h"  #include "event/physics/neutronDetector/NeutronRecord.h"
7  #include <TClonesArray.h>  #include <TClonesArray.h>
# Line 17  namespace pamela { Line 16  namespace pamela {
16          static TClonesArray *fgRecords;          static TClonesArray *fgRecords;
17            
18      public:      public:
19          TClonesArray        *Records;          TClonesArray   *Records;
20            
21            /*
22             * unpackError = 0 ---- no error
23             * unpackError = 1 ---- neutron data not found
24             *
25             */
26            unsigned short  unpackError;
27    
28          NeutronEvent(void);          NeutronEvent(void);
29          ~NeutronEvent(void);          ~NeutronEvent(void);
30    
31          ClassDef(NeutronEvent, 1)          ClassDef(NeutronEvent, 2)
32      };      };
33      }      }
34  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.3.0

  ViewVC Help
Powered by ViewVC 1.1.23