--- yoda/event/physics/neutronDetector/NeutronEvent.h 2004/08/19 15:24:33 1.1 +++ yoda/event/physics/neutronDetector/NeutronEvent.h 2005/01/13 14:46:20 2.2 @@ -2,7 +2,6 @@ #ifndef NEUTRON_EVENT_H #define NEUTRON_EVENT_H -#include #include "event/SubPacket.h" #include "event/physics/neutronDetector/NeutronRecord.h" #include @@ -17,7 +16,14 @@ static TClonesArray *fgRecords; public: - TClonesArray *Records; + TClonesArray *Records; + + /* + * unpackError = 0 ---- no error + * unpackError = 1 ---- neutron data not found + * + */ + unsigned short unpackError; NeutronEvent(void); ~NeutronEvent(void);