Skip to content

Commit

Permalink
Removing annoying print
Browse files Browse the repository at this point in the history
  • Loading branch information
coppedis committed Jul 23, 2015
1 parent 3f04e9a commit 128d97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZDC/ZDCrec/AliZDCReconstructor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ void AliZDCReconstructor::Reconstruct(AliRawReader* rawReader, TTree* clustersTr

}//loop on raw data
// Ch. debug
printf("\n TDC channels ZEM1 %d ZEM2 %d ZNC %d ZPC %d ZNA %d ZPA %d L0 %d\n\n", tdcCabling[0],tdcCabling[1],tdcCabling[2],tdcCabling[3],tdcCabling[4],tdcCabling[5],tdcCabling[6]);
//printf("\n TDC channels ZEM1 %d ZEM2 %d ZNC %d ZPC %d ZNA %d ZPA %d L0 %d\n\n", tdcCabling[0],tdcCabling[1],tdcCabling[2],tdcCabling[3],tdcCabling[4],tdcCabling[5],tdcCabling[6]);

// PEDESTAL subtraction
// Jul 2015: if PedSubMode==kTRUE but coefficients are null, mean value must be subtracted!!!!!
Expand Down

0 comments on commit 128d97f

Please sign in to comment.