ATLAS Offline Software
|
Classes | |
class | IsolationAreaBase |
class | IsolationCalculator |
IsolationCalculator : base class for isolation calculations Implementations of this class encapsulate all the needed calculations inside the calcIsolationVariables(jet, constituents) function, where 'constituents' is expected to be a vector a consituent NOT containing the jet's constitents. More... | |
class | IsolationCalculatorT |
Typedefs | |
using | FourMom_t = TLorentzVector |
Functions | |
TVector3 | unitVector (const FourMom_t &v) |
ISOAREA (IsoKR, jetRadius *param,) | |
ISOAREA (IsoDelta, jetRadius+param,) | |
ISOAREA (IsoFixedCone, param,) | |
ISOAREA (IsoFixedArea, sqrt(jetRadius *jetRadius+param *M_1_PI),) | |
ISOAREA (Iso6To8, 0.8, bool inIsolationArea(double rap, double phi, const xAOD::IParticle *constit) const ;) | |
IsolationCalculator * | createCalulator (const std::string &n, double parameter) |
using jet::JetIsolation::FourMom_t = typedef TLorentzVector |
Definition at line 22 of file JetIsolationTool.cxx.
IsolationCalculator* jet::JetIsolation::createCalulator | ( | const std::string & | n, |
double | parameter | ||
) |
Definition at line 227 of file JetIsolationTool.cxx.
jet::JetIsolation::ISOAREA | ( | Iso6To8 | , |
0. | 8, | ||
bool inIsolationArea(double rap, double phi, const xAOD::IParticle *constit) const ; | |||
) |
jet::JetIsolation::ISOAREA | ( | IsoDelta | , |
jetRadius+ | param | ||
) |
jet::JetIsolation::ISOAREA | ( | IsoFixedArea | , |
sqrt(jetRadius *jetRadius+param *M_1_PI) | |||
) |
jet::JetIsolation::ISOAREA | ( | IsoFixedCone | , |
param | |||
) |
jet::JetIsolation::ISOAREA | ( | IsoKR | , |
jetRadius * | param | ||
) |
Definition at line 24 of file JetIsolationTool.cxx.