16 |
static TClonesArray *fgRecords; |
static TClonesArray *fgRecords; |
17 |
|
|
18 |
public: |
public: |
19 |
TClonesArray *Records; |
/** |
20 |
|
* Contain multiple instances of pamela::neutron::NeutronRecord type. |
21 |
|
*/ |
22 |
|
TClonesArray *Records; |
23 |
|
|
24 |
|
/** |
25 |
|
* The data validity flag. |
26 |
|
* |
27 |
|
* Description: <BR> |
28 |
|
* 1: neutron data NOT found. <BR> |
29 |
|
* 0: neutron data ok. <BR> |
30 |
|
*/ |
31 |
|
unsigned short unpackError; |
32 |
|
|
33 |
NeutronEvent(void); |
NeutronEvent(void); |
34 |
~NeutronEvent(void); |
~NeutronEvent(void); |
35 |
|
|
36 |
ClassDef(NeutronEvent, 1) |
ClassDef(NeutronEvent, 2) |
37 |
}; |
}; |
38 |
} |
} |
39 |
} |
} |