ATLAS Offline Software
|
#include "CaloClusterCorrection/CaloFillRectangularCluster.h"
#include "CaloUtils/CaloLayerCalculator.h"
#include "CaloEvent/CaloCell.h"
#include "CaloDetDescr/CaloDetDescrElement.h"
#include "CaloDetDescr/CaloDetDescriptor.h"
#include "CaloGeoHelpers/CaloPhiRange.h"
#include "StoreGate/ReadHandle.h"
#include "CaloEvent/CaloCellContainer.h"
#include "CaloUtils/CaloCellList.h"
#include "AthenaKernel/errorcheck.h"
#include <algorithm>
#include <utility>
#include "CLHEP/Units/SystemOfUnits.h"
#include "CLHEP/Units/PhysicalConstants.h"
Go to the source code of this file.
Classes | |
class | CaloClusterCorr::Segmentation |
class | CaloClusterCorr::SamplingHelper |
Sampling calculator helper class. More... | |
struct | CaloClusterCorr::et_compare_larem_only |
Helper to compare two cells by Et. More... | |
class | CaloClusterCorr::SamplingHelper_CaloCellList |
Version of helper class for cells taken from StoreGate. More... | |
class | CaloClusterCorr::SamplingHelper_Cluster |
Version of helper class for cells taken from the cluster itself. More... | |
Namespaces | |
CaloClusterCorr | |
Functions | |
void | CaloClusterCorr::etaphi_range (const CaloDetDescrManager &dd_man, double eta, double phi, CaloCell_ID::CaloSample sampling, double &deta, double &dphi) |
Return eta/phi ranges encompassing +- 1 cell. More... | |