Skip to content
Snippets Groups Projects
Commit 5491ada4 authored by Jens Kroeger's avatar Jens Kroeger
Browse files

AnalysisTimingATLASpix: add new histograms for right tail to header + right tail cut

(cherry picked from commit 66b380eb)
parent d2f617f4
No related branches found
No related tags found
No related merge requests found
...@@ -82,15 +82,21 @@ namespace corryvreckan { ...@@ -82,15 +82,21 @@ namespace corryvreckan {
TH2F* hTotVsTime; TH2F* hTotVsTime;
TH2F* hTotVsTime_high; TH2F* hTotVsTime_high;
// Control Plots for "left tail" and "main peak" of time correlation // Control Plots for "left/right tail" and "main peak" of time correlation
TH2F* hInPixelMap_leftTail; TH2F* hInPixelMap_leftTail;
TH2F* hInPixelMap_rightTail;
TH2F* hInPixelMap_mainPeak;
TH2F* hClusterMap_leftTail; TH2F* hClusterMap_leftTail;
TH2F* hClusterMap_rightTail;
TH2F* hClusterMap_mainPeak; TH2F* hClusterMap_mainPeak;
TH1F* hTot_leftTail; TH1F* hTot_leftTail;
TH1F* hTot_rightTail;
TH1F* hTot_mainPeak; TH1F* hTot_mainPeak;
TH1F* hPixelTimestamp_leftTail; TH1F* hPixelTimestamp_leftTail;
TH1F* hPixelTimestamp_rightTail;
TH1F* hPixelTimestamp_mainPeak; TH1F* hPixelTimestamp_mainPeak;
TH1F* hClusterSize_leftTail; TH1F* hClusterSize_leftTail;
TH1F* hClusterSize_rightTail;
TH1F* hClusterSize_mainPeak; TH1F* hClusterSize_mainPeak;
// TGraphErrors: // TGraphErrors:
...@@ -112,6 +118,7 @@ namespace corryvreckan { ...@@ -112,6 +118,7 @@ namespace corryvreckan {
int m_highTotCut; // for pixel->tot() int m_highTotCut; // for pixel->tot()
double m_highChargeCut; // for cluster->charge() double m_highChargeCut; // for cluster->charge()
double m_leftTailCut; double m_leftTailCut;
double m_rightTailCut;
std::string m_correctionFile_row; std::string m_correctionFile_row;
std::string m_correctionGraph_row; std::string m_correctionGraph_row;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment