--- yoda/event/physics/neutronDetector/NeutronEvent.h 2005/03/06 04:33:01 4.0
+++ yoda/event/physics/neutronDetector/NeutronEvent.h 2005/05/28 10:44:14 4.4
@@ -16,12 +16,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;