Changeset 13501 for fact/tools/rootmacros
- Timestamp:
- 05/01/12 15:45:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/pixel.C
r13500 r13501 262 262 if (!mOptions.IsNull() ) 263 263 { 264 cout << endl << "#" ;265 264 TString histo_name; 266 265 for (int order =0; order < mMaxPulseOrder; order++) 267 266 { 268 cout << endl << "##" ;269 267 if (mVerbosityLevel > 2) cout << endl 270 268 << "...book distribution histograms" … … 330 328 if (mVerbosityLevel > 2) cout << "...done" << endl; 331 329 } 332 cout << endl << "###" ;333 330 } 334 331 }
Note:
See TracChangeset
for help on using the changeset viewer.