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

Diff of /yoda/event/NdInitEvent.h

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

revision 5.0 by kusanagi, Mon Aug 29 09:45:48 2005 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:07 2006 UTC
# Line 2  Line 2 
2  #define NDINIT_EVENT_H  #define NDINIT_EVENT_H
3    
4  #include "SubPacket.h"  #include "SubPacket.h"
5  #include "physics/neutronDetector/NeutronRecord.h"  #include <TArrayC.h>
6    
7  namespace pamela {  namespace pamela {
   class neutron::NeutronRecord;  
8    /**    /**
9     * Information events about the NdInit.     * Information events about the NdInit.
10     */     */
# Line 13  namespace pamela { Line 12  namespace pamela {
12    private:    private:
13            
14    public:    public:
15       /**
16         * An array of chars containing the NdInit data area.
17         */
18        TArrayC       *ndInitData;
19      NdInitEvent(void);      NdInitEvent(void);
20      pamela::neutron::NeutronRecord rec;      ClassDef(NdInitEvent, 2)
     ClassDef(NdInitEvent, 1)  
21    };    };
22  }  }
23    

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

  ViewVC Help
Powered by ViewVC 1.1.23