ATLAS Offline Software
Loading...
Searching...
No Matches
egammaBackShape.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_EGAMMABACKSHAPE_H
6#define EGAMMACALOUTILS_EGAMMABACKSHAPE_H
7
17
20
21#include "CaloGeoHelpers/CaloSampling.h"
23#include "GaudiKernel/StatusCode.h"
25
27{
28
29 struct Info
30 {
31 double f3 = 0.;
32 double f3core = 0.;
33 double e333 = 0.;
34 double e335 = 0.;
35 double e355 = 0.;
36 double e337 = 0.;
37 double e377 = 0.;
38 };
39
40 static StatusCode execute(const xAOD::CaloCluster& cluster,
41 const CaloDetDescrManager& cmgr,
42 const CaloCellContainer& cell_container,
43 Info& info,
44 bool ExecOtherVariables = true) ;
45};
46
47#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 3rd sampling.
static StatusCode execute(const xAOD::CaloCluster &cluster, const CaloDetDescrManager &cmgr, const CaloCellContainer &cell_container, Info &info, bool ExecOtherVariables=true)