ATLAS Offline Software
Loading...
Searching...
No Matches
egammaPreSamplerShape.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EGAMMACALOUTILS_EGAMMAPRESAMPLERSHAPE_H
6#define EGAMMACALOUTILS_EGAMMAPRESAMPLERSHAPE_H
7
13
14#include "CaloGeoHelpers/CaloSampling.h"
16#include "GaudiKernel/StatusCode.h"
20
22{
23
24 struct Info
25 {
26 double e011 = 0;
27 double e033 = 0;
28 };
29
30 static StatusCode execute(const xAOD::CaloCluster& cluster,
31 const CaloDetDescrManager& cmgr,
32 const CaloCellContainer& cell_container,
33 Info& info) ;
34};
35
36#endif
Container class for CaloCell.
This class provides the client interface for accessing the detector description information common to...
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
EM cluster shower shape calculations in presampler of ECAL.
static StatusCode execute(const xAOD::CaloCluster &cluster, const CaloDetDescrManager &cmgr, const CaloCellContainer &cell_container, Info &info)