ATLAS Offline Software
isocut.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GLOBALSIM_ISOCUT_H
6 #define GLOBALSIM_ISOCUT_H
7 
8 // Isolation cut functions used by various L1Topo Algorithms
9 
10 #include <string>
11 
12 namespace GlobalSim {
13  bool isocut(const std::string& threshold, const unsigned int bit);
14  bool isocut(const unsigned int threshold, const unsigned int bit);
15 }
16 
17 
18 #endif
GlobalSim
AlgTool to obtain a GlobalSim::cTAUTOBArray This class uses ReadHandls to jFex and eFex Tau Rois If t...
Definition: dump.h:8
threshold
Definition: chainparser.cxx:74
GlobalSim::isocut
bool isocut(const std::string &threshold, const unsigned int bit)
Definition: isocut.cxx:10