Skip to content
Snippets Groups Projects
Commit 766ca92e authored by Mark K Jones's avatar Mark K Jones Committed by GitHub
Browse files

Merge pull request #205 from MarkKJones/dcfix

Eliminate print statement for tzero per wire in THcDriftChamberPlane:…
parents 1bcec1b9 1927fe19
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