Skip to content
Snippets Groups Projects
Commit d82d35a2 authored by Carlos Yero's avatar Carlos Yero Committed by Stephen Wood
Browse files

fixed typo in THcRaster.cxx class

parent 03fe48f6
No related branches found
No related tags found
No related merge requests found
...@@ -405,7 +405,7 @@ Int_t THcRaster::Decode( const THaEvData& evdata ) ...@@ -405,7 +405,7 @@ Int_t THcRaster::Decode( const THaEvData& evdata )
// Get the pedestals from the first 1000 events // Get the pedestals from the first 1000 events
//if(fNPedestalEvents < 10) //if(fNPedestalEvents < 10)
if(gHaCuts->Result("Pedestal_event") & (fNPedestalEvents < 1000)) { if(gHaCuts->Result("Pedestal_event") && (fNPedestalEvents < 1000)) {
AccumulatePedestals(fRawHitList); AccumulatePedestals(fRawHitList);
fAnalyzePedestals = 1; // Analyze pedestals first normal events fAnalyzePedestals = 1; // Analyze pedestals first normal events
fNPedestalEvents++; fNPedestalEvents++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment