Skip to content
Snippets Groups Projects

WIP: MuonSelect using flags

Closed Nicola Orlando requested to merge orlando/athena_old:muon_select_update into master
2 files
+ 53
32
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -3,7 +3,7 @@
*/
// MuonSelect.h
// TopoCore
// Created by Joerg Stelzer on 11/10/12.
// reated by Joerg Stelzer on 11/10/12.
#ifndef TCS__MuonSelect
#define TCS__MuonSelect
@@ -34,7 +34,12 @@ namespace TCS {
parType_t m_numberOfMuons = { 0 };
parType_t m_minEta = { 0 };
parType_t m_maxEta = { 0 };
parType_t m_et = { 0 };
parType_t m_MinEtTGC = { 0 };
parType_t m_MinEtRPC = { 0 };
// Default flags setting to use Run2 style MuonSelect
parType_t m_InnerCoinCut = { 0 };
parType_t m_FullStationCut = { 0 };
parType_t m_GoodMFieldCut = { 0 };
};
Loading