Skip to content

Commit

Permalink
Fix that eliminates a stream checksum warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetan committed Apr 4, 2007
1 parent 0e63fc8 commit 2ac1078
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions RAW/AliRawEventHeaderVersions.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ START_EVENT_HEADER(3,1)
UInt_t fRunNb; // run number
UInt_t fId[2]; // id field
UInt_t fTriggerPattern[2]; // trigger pattern
UInt_t fDetectorPattern[1]; // detector pattern
UInt_t fDetectorPattern; // detector pattern
UInt_t fTypeAttribute[3]; // system (0,1) and user (2) attributes
UInt_t fLdcId; // LDC id
UInt_t fGdcId; // GDC id
Expand All @@ -22,7 +22,7 @@ START_EVENT_HEADER(3,2)
UInt_t fRunNb; // run number
UInt_t fId[2]; // id field
UInt_t fTriggerPattern[2]; // trigger pattern
UInt_t fDetectorPattern[1]; // detector pattern
UInt_t fDetectorPattern; // detector pattern
UInt_t fTypeAttribute[3]; // system (0,1) and user (2) attributes
UInt_t fLdcId; // LDC id
UInt_t fGdcId; // GDC id
Expand All @@ -35,7 +35,7 @@ START_EVENT_HEADER(3,3)
UInt_t fRunNb; // run number
UInt_t fId[2]; // id field
UInt_t fTriggerPattern[2]; // trigger pattern
UInt_t fDetectorPattern[1]; // detector pattern
UInt_t fDetectorPattern; // detector pattern
UInt_t fTypeAttribute[3]; // system (0,1) and user (2) attributes
UInt_t fLdcId; // LDC id
UInt_t fGdcId; // GDC id
Expand All @@ -48,7 +48,7 @@ START_EVENT_HEADER(3,4)
UInt_t fRunNb; // run number
UInt_t fId[2]; // id field
UInt_t fTriggerPattern[2]; // trigger pattern
UInt_t fDetectorPattern[1]; // detector pattern
UInt_t fDetectorPattern; // detector pattern
UInt_t fTypeAttribute[3]; // system (0,1) and user (2) attributes
UInt_t fLdcId; // LDC id
UInt_t fGdcId; // GDC id
Expand All @@ -62,7 +62,7 @@ START_EVENT_HEADER(3,5)
UInt_t fRunNb; // run number
UInt_t fId[2]; // id field
UInt_t fTriggerPattern[2]; // trigger pattern
UInt_t fDetectorPattern[1]; // detector pattern
UInt_t fDetectorPattern; // detector pattern
UInt_t fTypeAttribute[3]; // system (0,1) and user (2) attributes
UInt_t fLdcId; // LDC id
UInt_t fGdcId; // GDC id
Expand All @@ -76,7 +76,7 @@ START_EVENT_HEADER(3,6)
UInt_t fRunNb; // run number
UInt_t fId[2]; // id field
UInt_t fTriggerPattern[2]; // trigger pattern
UInt_t fDetectorPattern[1]; // detector pattern
UInt_t fDetectorPattern; // detector pattern
UInt_t fTypeAttribute[3]; // system (0,1) and user (2) attributes
UInt_t fLdcId; // LDC id
UInt_t fGdcId; // GDC id
Expand All @@ -90,7 +90,7 @@ START_EVENT_HEADER(3,7)
UInt_t fRunNb; // run number
UInt_t fId[2]; // id field
UInt_t fTriggerPattern[2]; // trigger pattern
UInt_t fDetectorPattern[1]; // detector pattern
UInt_t fDetectorPattern; // detector pattern
UInt_t fTypeAttribute[3]; // system (0,1) and user (2) attributes
UInt_t fLdcId; // LDC id
UInt_t fGdcId; // GDC id
Expand All @@ -104,7 +104,7 @@ START_EVENT_HEADER(3,8)
UInt_t fRunNb; // run number
UInt_t fId[2]; // id field
UInt_t fTriggerPattern[2]; // trigger pattern
UInt_t fDetectorPattern[1]; // detector pattern
UInt_t fDetectorPattern; // detector pattern
UInt_t fTypeAttribute[3]; // system (0,1) and user (2) attributes
UInt_t fLdcId; // LDC id
UInt_t fGdcId; // GDC id
Expand All @@ -118,7 +118,7 @@ START_EVENT_HEADER(3,9)
UInt_t fRunNb; // run number
UInt_t fId[2]; // id field
UInt_t fTriggerPattern[2]; // trigger pattern
UInt_t fDetectorPattern[1]; // detector pattern
UInt_t fDetectorPattern; // detector pattern
UInt_t fTypeAttribute[3]; // system (0,1) and user (2) attributes
UInt_t fLdcId; // LDC id
UInt_t fGdcId; // GDC id
Expand Down

0 comments on commit 2ac1078

Please sign in to comment.