--- yoda/event/physics/neutronDetector/NeutronEvent.h 2004/09/21 20:50:32 2.0 +++ yoda/event/physics/neutronDetector/NeutronEvent.h 2005/03/06 04:33:01 4.0 @@ -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,12 +16,19 @@ 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); - ClassDef(NeutronEvent, 1) + ClassDef(NeutronEvent, 2) }; } }