Skip to content
Snippets Groups Projects
Commit 1927fe19 authored by Abishek Karki's avatar Abishek Karki
Browse files

Eliminate print statement for tzero per wire in THcDriftChamberPlane::ReadDatabase

parent 1bcec1b9
No related branches found
No related tags found
No related merge requests found
......@@ -139,9 +139,9 @@ Int_t THcDriftChamberPlane::ReadDatabase( const TDatime& date )
{0}
};
gHcParms->LoadParmValues((DBRequest*)&list3,prefix);
printf(" using tzero per wire plane = %s nwires = %d \n",GetName(),fNWires);
printf(" using tzero per wire plane = %s nwires = %d \n",GetName(),fNWires);
for (Int_t iw=0;iw < fNWires;iw++) {
printf("%d %f ",iw+1,fTzeroWire[iw]) ;
// printf("%d %f ",iw+1,fTzeroWire[iw]) ;
if ( iw!=0 && iw%8 == 0) printf("\n") ;
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment