ATLAS Offline Software
|
Namespaces | |
Sel | |
SubCalo | |
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 |
Enumerator | |
---|---|
TOWER | |
COMPACT |
Definition at line 16 of file HIEventDefs.h.
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 | ||
) |
float HI::getModulation | ( | const xAOD::HIEventShape * | es, |
const std::vector< unsigned int > & | harmonics, | ||
float | phi | ||
) |
int HI::setHarmonics | ( | std::vector< unsigned int > & | in | ) |
|
constexpr |
Definition at line 42 of file HIEventShapeSummaryUtils.h.