|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef XAODPRIMITIVES_ISOLATIONHELPERS_H
8 #define XAODPRIMITIVES_ISOLATIONHELPERS_H
28 return 0.1 + (
static_cast<int>(
type))*0.05;
58 template<
class IsoType>
60 return toCString(iso);
69 #endif // XAODPRIMITIVES_ISOLATIONHELPERS_H
rel
Announce start of JO checkingrelease nimber checking.
IsolationConeSize
Enumeration for different cone sizes.
IsolationFlavour
Enumeration for different ways of calculating isolation in xAOD files.
std::string toString(const IsoType &iso)
IsolationConeSize enumconeSize(IsolationType type)
convert Isolation Type into cone size
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
xAOD::Iso::IsolationType IsoType
IsolationType
Overall enumeration for isolation types in xAOD files.
IsolationFlavour isolationFlavour(IsolationType type)
convert Isolation Type into Isolation Flavour
float coneSize(IsolationConeSize type)
convert Isolation Size into cone size
IsolationType isolationType(IsolationFlavour flavour, IsolationConeSize coneSize)