Skip to content
Snippets Groups Projects
Commit df63cfb1 authored by Will Leight's avatar Will Leight
Browse files

Removed unnecessary lines

parent 45c0fe7b
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,5 @@ def main( args ):
#---------------------------------------------------------------------------
if __name__ == "__main__":
#ROOT.gROOT.Macro("rootlogon.C")
ROOT.gROOT.SetBatch()
main( sys.argv )
......@@ -223,6 +223,5 @@ def main( args ):
#---------------------------------------------------------------------------
if __name__ == "__main__":
#ROOT.gROOT.Macro("rootlogon.C")
ROOT.gROOT.SetBatch()
main( sys.argv )
......@@ -213,7 +213,6 @@ class MuonPhysValMonitoringTool
std::vector<const xAOD::TrackParticle*> m_vMatchedMuonTracks;
std::vector<const xAOD::MuonSegment*> m_vMatchedMuonSegments;
std::vector<const xAOD::TrackParticle*> m_vZmumuIDTracks;
std::vector<const xAOD::TrackParticle*> m_vZmumuMSTracks;
std::vector<const xAOD::TrackParticle*> m_vZmumuMETracks;
std::vector<const xAOD::Muon*> m_vZmumuMuons;
std::vector<const xAOD::Muon*> m_vEFMuons;
......
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