ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
HI::ByLayersN Struct Reference

#include <HIEventShapeSummaryUtils.h>

Collaboration diagram for HI::ByLayersN:

Public Member Functions

constexpr ByLayersN (std::initializer_list< int > ll)
 
bool operator() (const xAOD::HIEventShape *in_slice)
 

Public Attributes

ByLayers layers_sel
 
ByEtaRange range_sel
 

Detailed Description

Definition at line 93 of file HIEventShapeSummaryUtils.h.

Constructor & Destructor Documentation

◆ ByLayersN()

constexpr HI::ByLayersN::ByLayersN ( std::initializer_list< int >  ll)
inlineconstexpr

Definition at line 97 of file HIEventShapeSummaryUtils.h.

97 : layers_sel(ll), range_sel(-1000,1e-4){};

Member Function Documentation

◆ operator()()

bool HI::ByLayersN::operator() ( const xAOD::HIEventShape in_slice)
inline

Definition at line 98 of file HIEventShapeSummaryUtils.h.

98 {return (layers_sel(in_slice) && range_sel(in_slice));};

Member Data Documentation

◆ layers_sel

ByLayers HI::ByLayersN::layers_sel

Definition at line 95 of file HIEventShapeSummaryUtils.h.

◆ range_sel

ByEtaRange HI::ByLayersN::range_sel

Definition at line 96 of file HIEventShapeSummaryUtils.h.


The documentation for this struct was generated from the following file:
AllowedVariables::e
e
Definition: AsgElectronSelectorTool.cxx:37
detail::ll
long long ll
Definition: PrimitiveHelpers.h:46
HI::ByLayersN::range_sel
ByEtaRange range_sel
Definition: HIEventShapeSummaryUtils.h:96
HI::ByLayersN::layers_sel
ByLayers layers_sel
Definition: HIEventShapeSummaryUtils.h:95