Ignore:
Timestamp:
05/01/12 15:45:17 (12 years ago)
Author:
Jens Buss
Message:
took of unused cout
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/pixel.C

    r13500 r13501  
    262262    if (!mOptions.IsNull() )
    263263    {
    264         cout << endl << "#" ;
    265264        TString histo_name;
    266265        for (int order =0; order < mMaxPulseOrder; order++)
    267266        {
    268             cout << endl << "##" ;
    269267            if (mVerbosityLevel > 2) cout << endl
    270268                                          << "...book distribution histograms"
     
    330328            if (mVerbosityLevel > 2) cout << "...done" << endl;
    331329        }
    332         cout << endl << "###" ;
    333330    }
    334331}
Note: See TracChangeset for help on using the changeset viewer.