/[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 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC revision 4.1 by kusanagi, Sat May 7 08:49:04 2005 UTC
# Line 16  namespace pamela { Line 16  namespace pamela {
16          static TClonesArray *fgRecords;          static TClonesArray *fgRecords;
17            
18      public:      public:
19          /**
20           * Contain multiple instances of pamela::neutron::NeutronRecord type.
21           */
22          TClonesArray   *Records;          TClonesArray   *Records;
23                    
24          /*          /**
25           * unpackError = 0 ---- no error           * The data validity flag.
26           * unpackError = 1 ---- neutron data not found           *
27           *           * Description:               <BR>
28             * 1: neutron data NOT found. <BR>
29             * 0: neutron data ok.        <BR>
30           */           */
31          unsigned short  unpackError;          unsigned short  unpackError;
32    

Legend:
Removed from v.4.0  
changed lines
  Added in v.4.1

  ViewVC Help
Powered by ViewVC 1.1.23