/[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 2.2 by kusanagi, Thu Jan 13 14:46:20 2005 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:08 2006 UTC
# Line 2  Line 2 
2  #ifndef NEUTRON_EVENT_H  #ifndef NEUTRON_EVENT_H
3  #define NEUTRON_EVENT_H  #define NEUTRON_EVENT_H
4    
5  #include "event/SubPacket.h"  #include "NeutronRecord.h"
 #include "event/physics/neutronDetector/NeutronRecord.h"  
6  #include <TClonesArray.h>  #include <TClonesArray.h>
7    
8  namespace pamela {  namespace pamela {
# Line 16  namespace pamela { Line 15  namespace pamela {
15          static TClonesArray *fgRecords;          static TClonesArray *fgRecords;
16            
17      public:      public:
18          /**
19           * Contain multiple instances of pamela::neutron::NeutronRecord type.
20           */
21          TClonesArray   *Records;          TClonesArray   *Records;
22                    
23          /*          /**
24           * unpackError = 0 ---- no error           * The data validity flag.
25           * unpackError = 1 ---- neutron data not found           *
26           *           * Description:               <BR>
27             * 1: neutron data NOT found. <BR>
28             * 0: neutron data ok.        <BR>
29           */           */
30          unsigned short  unpackError;          unsigned short  unpackError;
31    
32          NeutronEvent(void);          NeutronEvent(void);
33          ~NeutronEvent(void);          ~NeutronEvent(void);
34    
35          ClassDef(NeutronEvent, 1)          ClassDef(NeutronEvent, 2)
36      };      };
37      }      }
38  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23