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

Annotation of /yoda/event/NdInitEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.1 - (hide annotations) (download)
Fri Sep 24 11:57:32 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
File MIME type: text/plain
Added new NdInitEvent plus relative NdInitReader

1 kusanagi 2.1 #ifndef NDINIT_EVENT_H
2     #define NDINIT_EVENT_H
3    
4     #include "SubPacket.h"
5     #include "physics/neutronDetector/NeutronRecord.h"
6    
7     namespace pamela {
8     /**
9     * Information events about the NdInit.
10     */
11     class NdInitEvent: public pamela::SubPacket, public pamela::neutron::NeutronRecord {
12     private:
13    
14     public:
15     NdInitEvent(void);
16    
17     ClassDef(NdInitEvent, 1)
18     };
19     }
20    
21     #endif /* NDINIT_EVENT_H */
22    

  ViewVC Help
Powered by ViewVC 1.1.23