ATLAS Offline Software
Loading...
Searching...
No Matches
HICaloCellHelper.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef HIJETREC_HICALOHELPER_H__
6#define HIJETREC_HICALOHELPER_H__
7
8#include <string>
9#include <vector>
12
13
14class CaloCell;
15
16
18
19 float getEtDensity(const CaloCell* theCell, float geoWeight);
20 float getAreaEtaPhi(const CaloCell* theCell);
21 void updateShape(xAOD::HIEventShapeContainer* shape, const CaloCell* theCell, float geoWeight, float eta0, float phi0, bool isNeg=false);
22
23 std::string dumpCell(const CaloCell* theCell);
24}
25
26#endif
Data object for each calorimeter readout cell.
Definition CaloCell.h:57
void updateShape(xAOD::HIEventShapeContainer *shape, const CaloCell *theCell, float geoWeight, float eta0, float phi0, bool isNeg=false)
std::string dumpCell(const CaloCell *theCell)
float getAreaEtaPhi(const CaloCell *theCell)
float getEtDensity(const CaloCell *theCell, float geoWeight)
HIEventShapeContainer_v2 HIEventShapeContainer
Define the latest version of the container.