]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Reverting commit 44350. It is not really needed.
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Feb 2011 14:07:24 +0000 (14:07 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Feb 2011 14:07:24 +0000 (14:07 +0000)
VZERO/VZEROda.cxx

index 6d7ddc41de80fbc489910bc66ea87229461c537e..cda344a88a83a74c4dbc316ef01dff9aa31f7c5e 100755 (executable)
@@ -211,7 +211,7 @@ int main(int argc, char **argv) {
           if (rawStream->Next()) {     
            for(Int_t i=0; i<64; i++) {
                Int_t nFlag = 0;
-               for(Int_t j=13; j <= 20; j++) {  // Check flags on clock range used for pedestal calculation
+               for(Int_t j=kClockMin; j <= kClockMax; j++) {  // Check flags on clock range used for pedestal calculation
                   if((rawStream->GetBBFlag(i,j)) || (rawStream->GetBGFlag(i,j))) nFlag++; 
                }
                if(nFlag == 0){       // Fill 64*2 pedestal histograms  - 2 integrators -