Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Riccardo Longo
JZCaPA
Commits
a20c0484
Commit
a20c0484
authored
Oct 26, 2021
by
Chad Lantz
Browse files
Added scintillator for PreAnalysis
parent
ef80b223
Changes
1
Hide whitespace changes
Inline
Side-by-side
Analysis/src/DataReader2021.cpp
View file @
a20c0484
...
...
@@ -603,6 +603,7 @@ void DataReader2021::ProcessEvents(){
if
(
m_usePFRPD
)
ana
->
AnalyzeEvent
(
pfrpd
->
GetChannelsVector
()
);
if
(
m_useTRPD
)
ana
->
AnalyzeEvent
(
trpd
->
GetChannelsVector
()
);
if
(
m_useUEM
)
ana
->
AnalyzeEvent
(
uem
->
GetChannelsVector
()
);
if
(
m_useScint
)
ana
->
AnalyzeEvent
(
scint
->
GetChannelsVector
()
);
}
for
(
auto
&
det_ana
:
m_det_ana
){
//Detector level analysis
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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