--- yoda/event/physics/neutronDetector/NeutronEvent.h 2005/01/13 14:46:20 2.2 +++ yoda/event/physics/neutronDetector/NeutronEvent.h 2005/05/28 10:44:14 4.4 @@ -16,19 +16,24 @@ static TClonesArray *fgRecords; public: + /** + * Contain multiple instances of pamela::neutron::NeutronRecord type. + */ TClonesArray *Records; - /* - * unpackError = 0 ---- no error - * unpackError = 1 ---- neutron data not found - * + /** + * The data validity flag. + * + * Description:
+ * 1: neutron data NOT found.
+ * 0: neutron data ok.
*/ unsigned short unpackError; NeutronEvent(void); ~NeutronEvent(void); - ClassDef(NeutronEvent, 1) + ClassDef(NeutronEvent, 2) }; } }