ATLAS Offline Software
Loading...
Searching...
No Matches
HI::ByLayer Struct Reference

#include <HIEventShapeSummaryUtils.h>

Collaboration diagram for HI::ByLayer:

Public Member Functions

 ByLayer (int ll)
bool operator() (const xAOD::HIEventShape *in_slice)

Public Attributes

int layer

Detailed Description

Definition at line 47 of file HIEventShapeSummaryUtils.h.

Constructor & Destructor Documentation

◆ ByLayer()

HI::ByLayer::ByLayer ( int ll)
inline

Definition at line 50 of file HIEventShapeSummaryUtils.h.

Member Function Documentation

◆ operator()()

bool HI::ByLayer::operator() ( const xAOD::HIEventShape * in_slice)
inline

Definition at line 51 of file HIEventShapeSummaryUtils.h.

51{return (in_slice->layer()==layer);};
int layer() const
calorimeter layer for which the quantities were calculated 0 - all calorimeter depth others numbers a...

Member Data Documentation

◆ layer

int HI::ByLayer::layer

Definition at line 49 of file HIEventShapeSummaryUtils.h.


The documentation for this struct was generated from the following file: