]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/ESD/AliESDCaloTrigger.h
Changes for #93916 EMCAL commit attached patch and port to the release
[u/mrichter/AliRoot.git] / STEER / ESD / AliESDCaloTrigger.h
index cfa3049f65a239ee89778a9cf8699359b6d34c04..5c216707ca3711c0ea37810e019917ac9e9888be 100644 (file)
@@ -72,12 +72,12 @@ private:
        Int_t*   fL1TimeSum;      // [fNEntries]
        Int_t*   fTriggerBits;    // [fNEntries]
        
-       Int_t    fL1Threshold[2]; // L1 thresholds from raw data
+       Int_t    fL1Threshold[4]; // L1 thresholds from raw data
        Int_t    fL1V0[2];        // L1 threshold components
        Int_t    fL1FrameMask;    // Validation flag for L1 data
        
        
-       ClassDef(AliESDCaloTrigger, 4)
+       ClassDef(AliESDCaloTrigger, 5)
 };
 #endif