From: cvetan Date: Thu, 27 Jul 2006 11:31:25 +0000 (+0000) Subject: Missing DATE event types are added to the base raw data header X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=9c8e7883769be2d1a798d03d2e14b048f1f0b4e2 Missing DATE event types are added to the base raw data header --- diff --git a/RAW/AliRawEventHeaderBase.h b/RAW/AliRawEventHeaderBase.h index 956e6f5ccc4..7be559f6521 100644 --- a/RAW/AliRawEventHeaderBase.h +++ b/RAW/AliRawEventHeaderBase.h @@ -60,7 +60,11 @@ public: kEndOfBurst = 6, // END_OF_BURST kPhysicsEvent = 7, // PHYSICS_EVENT kCalibrationEvent = 8, // CALIBRATION_EVENT - kFormatError = 9 // EVENT_FORMAT_ERROR + kFormatError = 9, // EVENT_FORMAT_ERROR + kStartOfDdata = 10, // START_OF_DATA + kEndOfData = 11, // END_OF_DATA + kSystemSoftwareTriggerEvent = 12, // SYSTEM_SOFTWARE_TRIGGER_EVENT + kDetectorSoftwareTriggerEvent = 13 // DETECTOR_SOFTWARE_TRIGGER_EVENT }; private: