]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AOD/AliAODCaloTrigger.h
removing a useless Print
[u/mrichter/AliRoot.git] / STEER / AOD / AliAODCaloTrigger.h
index 19172439367c9a179494b53bc5adb1e18a54169a..312f276b7e849fa48c2daeceb9509fc7b1ef9332 100644 (file)
@@ -73,12 +73,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(AliAODCaloTrigger, 1)
+       ClassDef(AliAODCaloTrigger, 2)
 };
 #endif