ATLAS Offline Software
Loading...
Searching...
No Matches
CaloSwCalibHitsCalibration.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 CALOCLUSTERCORRECTION_CALOSWCALIBHITSCALIBRATION_H
6#define CALOCLUSTERCORRECTION_CALOSWCALIBHITSCALIBRATION_H
7/********************************************************************
8
9NAME: CaloSwCalibHitsCalibration.h
10PACKAGE: offline/Calorimeter/CaloClusterCorrection
11
12AUTHORS: L. Carminati
13CREATED: January 4, 2007
14
15PURPOSE: Calibrate SW em clusters with coefficients extracted
16 from Calibration Hits.
17
18********************************************************************/
19
23
25{
26public:
29
30
51 virtual void makeTheCorrection (const Context& myctx,
52 xAOD::CaloCluster* cluster,
53 const CaloDetDescrElement* elt,
54 float eta,
55 float adj_eta,
56 float phi,
57 float adj_phi,
58 CaloSampling::CaloSample samp) const override;
59
60
61 private:
62 Constant<CxxUtils::Array<3> > m_correction { this, "correction", "" };
63 Constant<CxxUtils::Array<2> > m_sampling_depth{ this, "sampling_depth", "" };
64 Constant<float> m_eta_start_crack { this, "eta_start_crack", "" };
65 Constant<float> m_eta_end_crack { this, "eta_end_crack", "" };
66 Constant<float> m_etamax { this, "etamax", "" };
67 Constant<bool> m_use_raw_eta { this, "use_raw_eta", "" };
68 Constant<bool> m_fix_v6_pathologies { this, "fix_v6_pathologies", "" };
69 Constant<bool> m_updateSamplingEnergies { this, "update_sampling_energies", true, "" };
70
71};
72
73#endif
74
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
Calculate the shower depth as used by the calib hits correction.
Simple multidimensional arrays.
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
This class groups all DetDescr information related to a CaloCell.
Constant< CxxUtils::Array< 2 > > m_sampling_depth
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
Constant< CxxUtils::Array< 3 > > m_correction
virtual void makeTheCorrection(const Context &myctx, xAOD::CaloCluster *cluster, const CaloDetDescrElement *elt, float eta, float adj_eta, float phi, float adj_phi, CaloSampling::CaloSample samp) const override
Virtual function for the correction-specific code.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.