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
66b380eb
Commit
66b380eb
authored
Mar 12, 2020
by
Jens Kroeger
Browse files
AnalysisTimingATLASpix: add new histograms for right tail to header + right tail cut
parent
d67431d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.h
View file @
66b380eb
...
...
@@ -81,15 +81,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:
...
...
@@ -111,6 +117,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
;
...
...
Jens Kroeger
@jekroege
mentioned in commit
5491ada4
·
Jun 18, 2020
mentioned in commit
5491ada4
mentioned in commit 5491ada4c394a74d0efa2912225cde37861d62eb
Toggle commit list
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