/[PAMELA software]/yoda/event/physics/neutronDetector/NeutronEvent.h
ViewVC logotype

Annotation of /yoda/event/physics/neutronDetector/NeutronEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.1 - (hide annotations) (download)
Fri Dec 3 22:04:44 2004 UTC (20 years ago) by kusanagi
Branch: MAIN
Changes since 2.0: +0 -1 lines
File MIME type: text/plain
*** empty log message ***

1 kusanagi 1.1
2     #ifndef NEUTRON_EVENT_H
3     #define NEUTRON_EVENT_H
4    
5     #include "event/SubPacket.h"
6     #include "event/physics/neutronDetector/NeutronRecord.h"
7     #include <TClonesArray.h>
8    
9     namespace pamela {
10     namespace neutron {
11     /**
12     * NeutronEvent data Wrapper
13     */
14     class NeutronEvent: public pamela::SubPacket {
15     private:
16     static TClonesArray *fgRecords;
17    
18     public:
19     TClonesArray *Records;
20    
21     NeutronEvent(void);
22     ~NeutronEvent(void);
23    
24     ClassDef(NeutronEvent, 1)
25     };
26     }
27     }
28     #endif /* NEUTRON_EVENT_H */
29    

  ViewVC Help
Powered by ViewVC 1.1.23