Changeset 13474
- Timestamp:
- 04/30/12 19:23:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/pixel.h
r13465 r13474 23 23 // PROJECT INCLUDES 24 24 // 25 //#include "rootfilehandler.h" 26 //#include "rootfilehandler.C" 25 27 26 28 // LOCAL INCLUDES … … 40 42 // Pixel(int pixelID); 41 43 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 = "" 50 52 ); 51 53 … … 82 84 int *histoFrameNR //Array with Canvas Frame numbers 83 85 ); 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); 84 92 85 93 // ACCESS … … 92 100 int mBSLMean; 93 101 int mGainMean; 94 const char*mOptions;102 TString mOptions; 95 103 96 TH2F* 97 TH2F* 98 TProfile* 99 TProfile* 100 TH1F* 101 TH1F* hRisingToMaxEdge;102 TH1F* 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; 103 111 TObjArray* hList; 104 112
Note:
See TracChangeset
for help on using the changeset viewer.