--- yoda/event/physics/neutronDetector/NeutronEvent.h 2005/03/04 15:54:11 3.0 +++ yoda/event/physics/neutronDetector/NeutronEvent.h 2005/08/29 09:46:12 5.0 @@ -2,8 +2,7 @@ #ifndef NEUTRON_EVENT_H #define NEUTRON_EVENT_H -#include "event/SubPacket.h" -#include "event/physics/neutronDetector/NeutronRecord.h" +#include "NeutronRecord.h" #include namespace pamela { @@ -16,12 +15,17 @@ 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;