Skip to content
Snippets Groups Projects

loose ITk track selection wp for 21p9

Merged Liza Mijovic requested to merge lmijovic/athena:sel_tools_updt_21p9 into 21.9
Files
12
// -*- c++ -*-
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#ifndef INDETTRACKSELECTIONTOOL_IINDETTRACKSELECTIONTOOL_H
@@ -40,8 +40,8 @@ namespace InDet {
#endif
CutLevel {
NoCut, Loose, LoosePrimary, TightPrimary,
LooseMuon, LooseElectron, LooseTau,
MinBias, HILoose, HITight
LooseMuon, LooseElectron, LooseTau,
MinBias, HILoose, HITight, ITkLoose
};
/// Interface for track selection tool
Loading