Ignore:
Timestamp:
05/03/12 13:11:09 (13 years ago)
Author:
Jens Buss
Message:
verbosity cout changes
File:
1 edited

Legend:

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

    r13540 r13541  
    191191        const char*     drsfilename         = "/fact/raw/2011/11/09/20111109_003.drs.fits.gz",
    192192        const char*     OutRootFileName     = "test.root",
    193         bool            ProduceGraphic      = true,
     193        bool            ProduceGraphic      = false,
    194194        bool            spikeDebug          = false,
    195195        bool            debugPixel          = false,
     
    200200        int             nevents             = 100,
    201201        int             firstpixel          = 0,
    202         int             npixel              = 1000,
     202        int             npixel              = -1,
    203203        int             sampleSetSize       = 40,
    204204        int             maxPulseOrder       = 3,
     
    878878            }
    879879            for ( int pos = EdgeLeft; pos < EdgeRight; pos++){
    880 //                cout << endl << "###filling edge histo###" << endl;
    881880                CurrentPixel->hEdgeOverlay[order_of_pulse]->Fill( pos - (reg->halfRisingEdgePos), Ameas[pos]) ;
    882881                CurrentPixel->hEdgeProfile[order_of_pulse]->Fill( pos - (reg->halfRisingEdgePos), Ameas[pos]) ;
    883 //                cout << endl << "######" << endl;
     882
    884883            }
    885884            if (verbosityLevel > 2) cout << "...done" << endl;
Note: See TracChangeset for help on using the changeset viewer.