Changeset 13783


Ignore:
Timestamp:
05/18/12 21:24:42 (12 years ago)
Author:
Jens Buss
Message:
 rearrengements, changed all savelists from objarray to lists
File:
1 edited

Legend:

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

    r13658 r13783  
    4848            int         verbosityLevel,
    4949            bool        stats,
     50            TString     options,
     51            int         pixelOverlayXaxisLeft,
     52            int         pixelOverlayXaxisRight,
     53            float       bSLMean,
     54            float       gainMean,
    5055            TFile*      filename
    5156            );
     
    5661            int         verbosityLevel,
    5762            bool        stats,
    58             TFile*      filename,
     63            TString     options,
    5964            int         pixelOverlayXaxisLeft,
    6065            int         pixelOverlayXaxisRight,
    6166            float       bSLMean,
    62             float       gainMean,
    63             TString     options
     67            float       gainMean
    6468        );
    6569
     
    151155    TString HistoTitle(TString, int );
    152156    TString HistoName(TString, int);
    153     TString CsvFileName(TString, TString, int );
     157    TString ChooseCycleNumber(TString , int);
     158    virtual TString CsvFileName(TString, TString, int );
    154159
    155160// ACCESS
     
    185190    TH1F**          hPixelEdgeMean;
    186191
    187     TObjArray*      hList;
     192    TList*      hList;
    188193
    189194    TFile*          mRootFile;
     195    TDirectory*     mDirectory;
    190196
    191197protected:
Note: See TracChangeset for help on using the changeset viewer.