![]() |
ATLAS Offline Software
|
Namespaces | |
| namespace | Sel |
| namespace | SubCalo |
| namespace | TowerBins |
Classes | |
| struct | AddEventShape |
| struct | ByEtaRange |
| struct | ByLayer |
| struct | ByLayers |
| struct | ByLayersN |
| struct | ByLayersP |
| struct | ByLayersWithEtaRange |
| class | HIEventSelectionTool |
| class | HIPileupTool |
| class | HIVertexSelectionTool |
| class | IHIEventSelectionTool |
| class | IHIPileupTool |
| class | IHIVertexSelectionTool |
Enumerations | |
| enum | BinningScheme { TOWER = 100 , COMPACT = 562 } |
Functions | |
| void | fillSummary (const xAOD::HIEventShapeContainer *in, xAOD::HIEventShape *out, const std::function< bool(const xAOD::HIEventShape *)> &incFunction, const std::function< void(xAOD::HIEventShape *, const xAOD::HIEventShape *)> &addFunction) |
| void | fillSummary (const xAOD::HIEventShapeContainer *in, xAOD::HIEventShape *out, const std::function< bool(const xAOD::HIEventShape *)> &incFunction) |
| void | fillSummary (const xAOD::HIEventShapeContainer *in, xAOD::HIEventShape *out, const std::set< unsigned int > &indices, const std::function< void(xAOD::HIEventShape *, const xAOD::HIEventShape *)> &addFunction) |
| float | getModulation (const xAOD::HIEventShape *es, const std::vector< unsigned int > &harmonics, float phi) |
| int | setHarmonics (std::vector< unsigned int > &in) |
Variables | |
| constexpr AddEventShape | AddES =AddEventShape() |
| enum HI::BinningScheme |
| void HI::fillSummary | ( | const xAOD::HIEventShapeContainer * | in, |
| xAOD::HIEventShape * | out, | ||
| const std::function< bool(const xAOD::HIEventShape *)> & | incFunction ) |
Definition at line 71 of file HIEventShapeSummaryUtils.cxx.
| void HI::fillSummary | ( | const xAOD::HIEventShapeContainer * | in, |
| xAOD::HIEventShape * | out, | ||
| const std::function< bool(const xAOD::HIEventShape *)> & | incFunction, | ||
| const std::function< void(xAOD::HIEventShape *, const xAOD::HIEventShape *)> & | addFunction ) |
Definition at line 53 of file HIEventShapeSummaryUtils.cxx.
| void HI::fillSummary | ( | const xAOD::HIEventShapeContainer * | in, |
| xAOD::HIEventShape * | out, | ||
| const std::set< unsigned int > & | indices, | ||
| const std::function< void(xAOD::HIEventShape *, const xAOD::HIEventShape *)> & | addFunction ) |
Definition at line 63 of file HIEventShapeSummaryUtils.cxx.
| float HI::getModulation | ( | const xAOD::HIEventShape * | es, |
| const std::vector< unsigned int > & | harmonics, | ||
| float | phi ) |
Definition at line 80 of file HIEventShapeSummaryUtils.cxx.
| int HI::setHarmonics | ( | std::vector< unsigned int > & | in | ) |
Definition at line 90 of file HIEventShapeSummaryUtils.cxx.
|
constexpr |
Definition at line 42 of file HIEventShapeSummaryUtils.h.