/[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 2.1 by kusanagi, Fri Sep 24 11:57:32 2004 UTC revision 5.0 by kusanagi, Mon Aug 29 09:45:48 2005 UTC
# Line 5  Line 5 
5  #include "physics/neutronDetector/NeutronRecord.h"  #include "physics/neutronDetector/NeutronRecord.h"
6    
7  namespace pamela {  namespace pamela {
8      class neutron::NeutronRecord;
9    /**    /**
10     * Information events about the NdInit.     * Information events about the NdInit.
11     */     */
12    class NdInitEvent: public pamela::SubPacket, public pamela::neutron::NeutronRecord {    class NdInitEvent: public pamela::SubPacket {
13    private:    private:
14            
15    public:    public:
16      NdInitEvent(void);      NdInitEvent(void);
17              pamela::neutron::NeutronRecord rec;
18      ClassDef(NdInitEvent, 1)      ClassDef(NdInitEvent, 1)
19    };    };
20  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23