Skip to content
Snippets Groups Projects
Commit 8636a0ff authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'naming.MuonTrackMonitoring-20170619' into 'master'

MuonTrackMonitoring: Comply with ATLAS naming conventions.

See merge request !2778
Former-commit-id: ffbdcad8
parents e81a0d1a eb7b4a70
No related branches found
No related tags found
No related merge requests found
......@@ -105,9 +105,7 @@ StatusCode MuonGenericTracksMon::bookHistograms()
//set the path with trigger chain name
std::string rootpath = "MuonPhysics/";
if(newEventsBlock){}
if(newLumiBlock){}
if(newRun) {
if(newRunFlag()) {
//example of how to register a new histogram
m_hNEvent = new TH1F("Overview_nEvent", "Number of Events;LumiBlock;Nevents", 2000, -0.5, 1999.5);
......@@ -623,9 +621,7 @@ StatusCode MuonGenericTracksMon::procHistograms()
ATH_MSG_DEBUG("MuonTrackMonitoring procHistograms()");
if(endOfEventsBlock){}
if(endOfLumiBlock){}
if(endOfRun) {
if(endOfRunFlag()) {
//finish the post processing
//for (auto plots : m_oRecoPhysPlots) plots->finalizeRecoPlots();
......
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