Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
5491ada4
Commit
5491ada4
authored
Mar 12, 2020
by
Jens Kroeger
Browse files
AnalysisTimingATLASpix: add new histograms for right tail to header + right tail cut
(cherry picked from commit
66b380eb
)
parent
d2f617f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.h
View file @
5491ada4
...
...
@@ -82,15 +82,21 @@ namespace corryvreckan {
TH2F
*
hTotVsTime
;
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_rightTail
;
TH2F
*
hInPixelMap_mainPeak
;
TH2F
*
hClusterMap_leftTail
;
TH2F
*
hClusterMap_rightTail
;
TH2F
*
hClusterMap_mainPeak
;
TH1F
*
hTot_leftTail
;
TH1F
*
hTot_rightTail
;
TH1F
*
hTot_mainPeak
;
TH1F
*
hPixelTimestamp_leftTail
;
TH1F
*
hPixelTimestamp_rightTail
;
TH1F
*
hPixelTimestamp_mainPeak
;
TH1F
*
hClusterSize_leftTail
;
TH1F
*
hClusterSize_rightTail
;
TH1F
*
hClusterSize_mainPeak
;
// TGraphErrors:
...
...
@@ -112,6 +118,7 @@ namespace corryvreckan {
int
m_highTotCut
;
// for pixel->tot()
double
m_highChargeCut
;
// for cluster->charge()
double
m_leftTailCut
;
double
m_rightTailCut
;
std
::
string
m_correctionFile_row
;
std
::
string
m_correctionGraph_row
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment