Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
2e0e617d
Commit
2e0e617d
authored
Sep 12, 2016
by
Mark Sutton
Committed by
Graeme Stewart
Oct 11, 2016
Browse files
fix to compile at Tier 0 (TrigInDetAnalysisExample-00-03-88)
* TrigInDetAnalysisExample-00-03-88 * fix to compile at Tier 0
parent
8234832d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestBase.cxx
View file @
2e0e617d
...
...
@@ -157,12 +157,18 @@ StatusCode TrigTestBase::book(bool newEventsBlock, bool newLumiBlock, bool newRu
msg
(
MSG
::
INFO
)
<<
"TrigTestBase::book() "
<<
gDirectory
->
GetName
()
<<
endreq
;
// MMTB_DEPRECATED(duff)
#ifdef ManagedMonitorToolBase_Uses_API_201401
#if 0
// #ifndef ManagedMonitorToolBase_CXX
bool newEventsBlock = newEventsBlockFlag();
bool newLumiBlock = newLumiBlockFlag();
bool newRun = newRunFlag();
#endif
#endif
msg
(
MSG
::
DEBUG
)
<<
"TrigTestBase::book() SUTT buildNtuple "
<<
m_buildNtuple
...
...
@@ -455,7 +461,10 @@ StatusCode TrigTestBase::proc(bool /*endOfEventsBlock*/, bool /*endOfLumiBlock*/
// StatusCode TrigTestBase::procHistograms() {
#ifdef ManagedMonitorToolBase_Uses_API_201401
#if 0
// #ifndef ManagedMonitorToolBase_CXX
bool endOfRun = endOfRunFlag();
#endif
#endif
msg
(
MSG
::
INFO
)
<<
" ----- enter proc() ----- "
<<
endreq
;
...
...
Trigger/TrigAnalysis/TrigInDetAnalysisExample/src/TrigTestMonToolAC.cxx
View file @
2e0e617d
...
...
@@ -154,9 +154,11 @@ StatusCode TrigTestMonToolAC::book(bool newEventsBlock, bool newLumiBlock, bool
msg
(
MSG
::
INFO
)
<<
"TrigTestMonToolAC::book() "
<<
gDirectory
->
GetName
()
<<
endreq
;
#ifdef ManagedMonitorToolBase_Uses_API_201401
#if 0
bool newEventsBlock = newEventsBlockFlag();
bool newLumiBlock = newLumiBlockFlag();
bool newRun = newRunFlag();
#endif
#endif
msg
(
MSG
::
DEBUG
)
<<
"TrigTestMonToolAC::book() SUTT buildNtuple "
<<
m_buildNtuple
...
...
@@ -330,7 +332,9 @@ StatusCode TrigTestMonToolAC::proc(bool /* endOfEventsBlock*/, bool /* endOfLumi
#endif
#ifdef ManagedMonitorToolBase_Uses_API_201401
#if 0
bool endOfRun = endOfRunFlag();
#endif
#endif
msg
(
MSG
::
DEBUG
)
<<
" ----- enter proc() ----- "
<<
endreq
;
...
...
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