Ignore:
Timestamp:
05/11/12 23:09:10 (13 years ago)
Author:
Jens Buss
Message:
changed to the correct constructor of parrent class
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/pixelsum.h

    r13648 r13654  
    1 /**  A one line description of the class.
     1/**  a sum of attributes and histograms of several pixels.
    22 *
    33 * #include "XX.h" <BR>
     
    66 * A longer description.
    77 *
    8  * @see something
     8 * @see pixel.h
    99 */
    1010
     
    4646            int         verbosityLevel,
    4747            bool        stats,
    48             TFile*      filename
     48            TFile*      filename,
     49            int         pixelOverlayXaxisLeft,
     50            int         pixelOverlayXaxisRight,
     51            float       bSLMean,
     52            float       gainMean,
     53            TString     options
    4954            );
    5055
     
    6772    //Histogram Booking
    6873    void
    69     BookHistos();
     74    BookSumHistos();
    7075
    7176    void
    72     BookDistributionHistos();
     77    BookSumDistributionHistos();
    7378
    7479    void
    75     DeleteHistos();
     80    DeleteSumHistos();
    7681
    7782    void
    78     DeleteDistributionHistos();
     83    DeleteSumDistributionHistos();
    7984// ACCESS
    8085// INQUIRY
Note: See TracChangeset for help on using the changeset viewer.