Ignore:
Timestamp:
04/30/12 19:23:25 (12 years ago)
Author:
Jens Buss
Message:
bugfixes after first compilation
File:
1 edited

Legend:

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

    r13465 r13474  
    2323// PROJECT INCLUDES
    2424//
     25//#include "rootfilehandler.h"
     26//#include "rootfilehandler.C"
    2527
    2628// LOCAL INCLUDES
     
    4042//    Pixel(int pixelID);
    4143    Pixel(
    42             int pixelID         = 0,
    43             int maxPulsorder    = 1,
    44             int verbosityLevel  = 0,
    45             int pixelOverlayXaxisLeft,
    46             int pixelOverlayXaxisRight,
    47             int bSLMean,
    48             int gainMean,
    49             const char *options = ""
     44            int pixelID                 = 0,
     45            int maxPulsorder            = 1,
     46            int verbosityLevel          = 0,
     47            int pixelOverlayXaxisLeft   = 50,
     48            int pixelOverlayXaxisRight  = 250,
     49            int bSLMean                 = -1,
     50            int gainMean                = 10,
     51            TString options            = ""
    5052        );
    5153
     
    8284            int         *histoFrameNR   //Array with Canvas Frame numbers
    8385            );
     86    void DrawDistributionHistograms(
     87            TCanvas     *pixelCanvas,   //Array of Canvases
     88            int         *histoFrameNr   //Array with Canvas Frame numbers
     89            );
     90
     91    void SavePixelHistograms(const char *loc_fname);
    8492
    8593// ACCESS
     
    92100    int             mBSLMean;
    93101    int             mGainMean;
    94     const char*     mOptions;
     102    TString         mOptions;
    95103
    96     TH2F*           hMaxOverlay;      //histogrammm for overlay of detected Peaks
    97     TH2F*           hEdgeOverlay;
    98     TProfile*       hMaxProfile;      //histogrammm for Profile of detected Peaks
    99     TProfile*       hEdgeProfile;  //histogrammm for Profile of detected Peaks
    100     TH1F*           hSlopeRisingEdge;
    101     TH1F*           hRisingToMaxEdge;
    102     TH1F*           hPosOfMax;
     104    TH2F**          hMaxOverlay;      //histogrammm for overlay of detected Peaks
     105    TH2F**          hEdgeOverlay;
     106    TProfile**      hMaxProfile;      //histogrammm for Profile of detected Peaks
     107    TProfile**      hEdgeProfile;  //histogrammm for Profile of detected Peaks
     108    TH1F**          hSlopeRisingEdge;
     109    TH1F**          hRisingEdgeToMax;
     110    TH1F**          hPosOfMax;
    103111    TObjArray*      hList;
    104112
Note: See TracChangeset for help on using the changeset viewer.