ATLAS Offline Software
Loading...
Searching...
No Matches
Pileup1DResidualCalibStep Class Reference

#include <Pileup1DResidualCalibStep.h>

Inheritance diagram for Pileup1DResidualCalibStep:
Collaboration diagram for Pileup1DResidualCalibStep:

Public Member Functions

 Pileup1DResidualCalibStep (const std::string &name="Pileup1DResidualCalibStep")
virtual StatusCode initialize () override
 Dummy implementation of the initialisation function.
virtual StatusCode calibrate (xAOD::JetContainer &jetCont) const override
 Apply calibration to a jet container.
double getResidualOffset (double abseta, double mu, double NPV, int nJet, bool MuOnly, bool NOnly) const
virtual void print () const
 Print the state of the tool.
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const
virtual StatusCode getNominalResolutionData (const xAOD::Jet &, const JetHelper::JetContext &, double &) const
virtual StatusCode getNominalResolutionMC (const xAOD::Jet &, const JetHelper::JetContext &, double &) const
Additional helper functions, not directly mimicking Athena
template<class T>
const T * getProperty (const std::string &name) const
 Get one of the tool's properties.
const std::string & msg_level_name () const __attribute__((deprecated))
 A deprecated function for getting the message level's name.
const std::string & getName (const void *ptr) const
 Get the name of an object that is / should be in the event store.
SG::sgkey_t getKey (const void *ptr) const
 Get the (hashed) key of an object that is in the event store.

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

double getResidualOffsetET (double abseta, double mu, double NPV, int nJet, bool MuOnly, bool NOnly, const std::vector< double > &OffsetMu, const std::vector< double > &OffsetNPV, const std::vector< double > &OffsetNjet, const TAxis *OffsetBins) const
double getNPVBeamspotCorrection (double NPV) const
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

Gaudi::Property< bool > m_isData {this, "IsData", false, ""}
Gaudi::Property< bool > m_doJetArea {this, "DoJetArea", false, "doc"}
SG::ReadDecorHandleKey< xAOD::EventInfom_muKey
SG::ReadHandleKey< xAOD::EventShapem_rhoKey {this, "RhoKey", "auto"}
SG::ReadHandleKey< xAOD::VertexContainerm_pvKey {this, "PrimaryVerticesContainerName", "PrimaryVertices"}
Gaudi::Property< bool > m_doMuOnly {this, "ApplyOnlyMuResidual", false, "doc"}
Gaudi::Property< bool > m_doNPVOnly {this, "ApplyOnlyNPVResidual", false, "doc"}
Gaudi::Property< bool > m_doNJetOnly {this, "ApplyOnlyNJetResidual", false, "doc"}
Gaudi::Property< float > m_NPV_ref {this , "DefaultNPVRef", -99., ""}
Gaudi::Property< float > m_mu_ref {this , "DefaultMuRef", -99., ""}
Gaudi::Property< float > m_nJet_ref {this , "DefaultNjetRef", -99., ""}
Gaudi::Property< float > m_muSF {this , "MuScaleFactor", 1., ""}
SG::ReadHandleKey< xAOD::JetContainerm_nJetContainerKey
Gaudi::Property< bool > m_useNjet {this , "UseNjet", false, ""}
Gaudi::Property< int > m_njetThreshold {this , "nJetThreshold", 20, ""}
Gaudi::Property< std::string > m_calibFile {this, "CalibFile", "none", "residual offset calib file"}
Gaudi::Property< std::string > m_corrName {this, "CorrectionName", "none", ""}
Gaudi::Property< std::string > m_corrDesc {this, "CorrectionDesc", "none", ""}
Gaudi::Property< std::vector< double > > m_offsetEtaBins {this, "AbsEtaBins", {} ,""}
Gaudi::Property< std::vector< double > > m_resOffsetMu {this, "MuTerm", {} ,""}
Gaudi::Property< std::vector< double > > m_resOffsetNjet {this, "nJetTerm", {} ,""}
Gaudi::Property< std::vector< double > > m_resOffsetNPV {this, "NPVTerm", {} ,""}
TAxis * m_resOffsetBins =nullptr
Gaudi::Property< bool > m_applyNPVBeamspotCorrection {this, "ApplyNPVBeamspotCorrection", false, "doc"}
NPVBeamspotCorrectionm_npvBeamspotCorr {}
Gaudi::Property< bool > m_doSequentialResidual {this, "DoSequentialResidual", false, "doc"}
Gaudi::Property< bool > m_doOnlyResidual {this, "OnlyResidual", false, ""}
Gaudi::Property< std::string > m_jetInScale {this, "InScale", "JetConstitScaleMomentum", "Starting jet scale" }
Gaudi::Property< std::string > m_jetOutScale {this, "OutScale", "JetPileupScaleMomentum", "Ending jet scale" }
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Definition at line 35 of file Pileup1DResidualCalibStep.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ Pileup1DResidualCalibStep()

Pileup1DResidualCalibStep::Pileup1DResidualCalibStep ( const std::string & name = "Pileup1DResidualCalibStep")

Definition at line 21 of file Pileup1DResidualCalibStep.cxx.

22 : asg::AsgTool( name ) { }

Member Function Documentation

◆ calibrate()

StatusCode Pileup1DResidualCalibStep::calibrate ( xAOD::JetContainer & jets) const
overridevirtual

Apply calibration to a jet container.

Implements IJetCalibStep.

Definition at line 107 of file Pileup1DResidualCalibStep.cxx.

107 {
108
109 SG::ReadDecorHandle<xAOD::EventInfo,float> eventInfoDecor(m_muKey);
110 CHECK_THEN_ERROR( ! eventInfoDecor.isPresent() , "EventInfo decoration not available! "<< m_muKey.key() );
111 double mu = eventInfoDecor(0) ;
112
113
114 SG::ReadHandle<xAOD::VertexContainer> PVCont(m_pvKey);
115 CHECK_THEN_ERROR( ! PVCont.isValid() , "No Primary Vertices "<< m_pvKey.key() );
116 double NPV = JetCalibUtils::countNPV(*PVCont);
117
118 SG::ReadHandle<xAOD::EventShape> eventShape(m_rhoKey);
119 CHECK_THEN_ERROR( ! eventShape.isValid() , "Could not retrieve xAOD::EventShape DataHandle : "<< m_rhoKey.key());
120 double rho=0;
121 CHECK_THEN_ERROR( ! eventShape->getDensity(xAOD::EventShape::Density, rho ),
122 "Could not retrieve xAOD::EventShape::Density from xAOD::EventShape "<< m_rhoKey.key() );
123
124 int nJets=0;
125 if(m_useNjet){
126 SG::ReadHandle<xAOD::JetContainer> nJetCont(m_nJetContainerKey);
127 CHECK_THEN_ERROR( !nJetCont.isValid() , "Jet container needed for nJet not found: "<< m_nJetContainerKey.key());
128 for(const xAOD::Jet*jet: *nJetCont){
129 if(jet->pt()/1000. > m_njetThreshold)
130 nJets += 1;
131 }
132 }
133
134
135 ATH_MSG_DEBUG(" Rho = " << 0.001*rho << " GeV");
136 static const double toGeV = 0.001;
137 const xAOD::JetAttributeAccessor::AccessorWrapper<xAOD::JetFourMom_t> areaAcc("ActiveArea4vec");
138 const xAOD::JetAttributeAccessor::AccessorWrapper<xAOD::JetFourMom_t> outScaleMomAcc(m_jetOutScale);
139 const xAOD::JetAttributeAccessor::AccessorWrapper<xAOD::JetFourMom_t> startScaleMomAcc(m_jetInScale);
140 SG::AuxElement::Accessor<int> puCorrectedAcc("PileupCorrected");
141
142 for( xAOD::Jet * jet : jetCont){
143
144
145 xAOD::JetFourMom_t jetStartP4 = startScaleMomAcc.getAttribute(*jet);
146
147 const double E_det = jetStartP4.e();
148 const double pT_det = jetStartP4.pt();
149 const double eta_det = jetStartP4.eta();
150 const double mass_det = jetStartP4.mass();
151
152 if ( E_det < mass_det ) {
153 ATH_MSG_ERROR( "JetPileupCorrection::calibrateImpl : Current jet has mass=" << mass_det*toGeV << " GeV, which is greater than it's energy=" << E_det*toGeV << " GeV?? Aborting." );
154 return StatusCode::FAILURE;
155 }
156
157 xAOD::JetFourMom_t jetareaP4 = areaAcc.getAttribute(*jet);
158 ATH_MSG_VERBOSE(" Area = " << jetareaP4);
159
160 double offsetET = 0; // pT residual subtraction
161 double pT_offset = pT_det; // pT difference before/after pileup corrections
162 double pileup_SF = 1; // final calibration factor applied to the four vector
163
164 xAOD::JetFourMom_t calibP4;
165 if(!m_doSequentialResidual){ // Default, both corrections are applied simultaneously
166
167 offsetET = getResidualOffset(fabs(eta_det), mu, NPV, nJets, m_doMuOnly, m_doNPVOnly||m_doNJetOnly);
168
169 // Calculate the pT after jet areas and residual offset
170 pT_offset = m_doJetArea ? pT_det - rho*jetareaP4.pt() - offsetET : pT_det - offsetET;
171
172 // Set the jet pT to 10 MeV if the pT is negative after the jet area and residual offset corrections
173 pileup_SF = pT_offset >= 0 ? pT_offset / pT_det : 10./pT_det;
174
175 calibP4 = jetStartP4*pileup_SF;
176
177 }else{
178 // Calculate mu-based correction factor
179 offsetET = getResidualOffset(fabs(eta_det), mu, NPV, nJets, true, false);
180 pT_offset = m_doJetArea ? pT_det - rho*jetareaP4.pt() - offsetET : pT_det - offsetET;
181 double muSF = pT_offset >= 0 ? pT_offset / pT_det : 10./pT_det;
182
183 calibP4 = jetStartP4*muSF;
184
185 // Calculate and apply NPV/Njet-based calibration
186 offsetET = getResidualOffset(fabs(eta_det), mu, NPV, nJets, false, true);
187 double pT_afterMuCalib = calibP4.pt();
188 pT_offset = pT_afterMuCalib - offsetET;
189 double SF = pT_offset >= 0 ? pT_offset / pT_afterMuCalib : 10./pT_afterMuCalib;
190 calibP4 = calibP4*SF;
191
192 }
193
194 //Attribute to track if a jet has received the pileup subtraction (always true if this code was run)
195 puCorrectedAcc(*jet) = 1 ;
196 //Transfer calibrated jet properties to the Jet object
197 outScaleMomAcc.setAttribute(*jet, calibP4 );
198 jet->setJetP4( calibP4 );
199
200 }
201
202
203 return StatusCode::SUCCESS;
204}
#define ATH_MSG_ERROR(x)
#define ATH_MSG_VERBOSE(x)
#define ATH_MSG_DEBUG(x)
#define CHECK_THEN_ERROR(checkcode, message)
Gaudi::Property< int > m_njetThreshold
Gaudi::Property< std::string > m_jetOutScale
Gaudi::Property< bool > m_doMuOnly
Gaudi::Property< bool > m_doJetArea
Gaudi::Property< bool > m_doSequentialResidual
Gaudi::Property< std::string > m_jetInScale
SG::ReadHandleKey< xAOD::VertexContainer > m_pvKey
double getResidualOffset(double abseta, double mu, double NPV, int nJet, bool MuOnly, bool NOnly) const
SG::ReadHandleKey< xAOD::JetContainer > m_nJetContainerKey
Gaudi::Property< bool > m_doNJetOnly
SG::ReadDecorHandleKey< xAOD::EventInfo > m_muKey
Gaudi::Property< bool > m_doNPVOnly
Gaudi::Property< bool > m_useNjet
SG::ReadHandleKey< xAOD::EventShape > m_rhoKey
SG::Accessor< T, ALLOC > Accessor
Definition AuxElement.h:572
int countNPV(const VXCONT &vxCont)
const float SF[NF]
Cross sections for Fluor.
Jet_v1 Jet
Definition of the current "jet version".
ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiM4D< double > > JetFourMom_t
Base 4 Momentum type for Jet.
Definition JetTypes.h:17

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ getKey()

SG::sgkey_t asg::AsgTool::getKey ( const void * ptr) const
inherited

Get the (hashed) key of an object that is in the event store.

This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the SG::sgkey_t key for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.

In order to allow tools to efficiently perform this operation, they can use this helper function.

See also
asg::AsgTool::getName
Parameters
ptrThe bare pointer to the object that the event store should know about
Returns
The hashed key of the object in the store. If not found, an invalid (zero) key.

Definition at line 119 of file AsgTool.cxx.

119 {
120
121#ifdef XAOD_STANDALONE
122 // In case we use @c xAOD::TEvent, we have a direct function call
123 // for this.
124 return evtStore()->event()->getKey( ptr );
125#else
126 const SG::DataProxy* proxy = evtStore()->proxy( ptr );
127 return ( proxy == nullptr ? 0 : proxy->sgkey() );
128#endif // XAOD_STANDALONE
129 }
ServiceHandle< StoreGateSvc > & evtStore()

◆ getName()

const std::string & asg::AsgTool::getName ( const void * ptr) const
inherited

Get the name of an object that is / should be in the event store.

This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the std::string name for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.

In order to allow tools to efficiently perform this operation, they can use this helper function.

See also
asg::AsgTool::getKey
Parameters
ptrThe bare pointer to the object that the event store should know about
Returns
The string name of the object in the store. If not found, an empty string.

Definition at line 106 of file AsgTool.cxx.

106 {
107
108#ifdef XAOD_STANDALONE
109 // In case we use @c xAOD::TEvent, we have a direct function call
110 // for this.
111 return evtStore()->event()->getName( ptr );
112#else
113 const SG::DataProxy* proxy = evtStore()->proxy( ptr );
114 static const std::string dummy = "";
115 return ( proxy == nullptr ? dummy : proxy->name() );
116#endif // XAOD_STANDALONE
117 }

◆ getNominalResolutionData()

virtual StatusCode IJetCalibStep::getNominalResolutionData ( const xAOD::Jet & ,
const JetHelper::JetContext & ,
double &  ) const
inlinevirtualinherited

Reimplemented in SmearingCalibStep.

Definition at line 38 of file IJetCalibStep.h.

38{ return StatusCode::FAILURE; }

◆ getNominalResolutionMC()

virtual StatusCode IJetCalibStep::getNominalResolutionMC ( const xAOD::Jet & ,
const JetHelper::JetContext & ,
double &  ) const
inlinevirtualinherited

Reimplemented in SmearingCalibStep.

Definition at line 39 of file IJetCalibStep.h.

39{ return StatusCode::FAILURE; }

◆ getNPVBeamspotCorrection()

double Pileup1DResidualCalibStep::getNPVBeamspotCorrection ( double NPV) const
private

Definition at line 269 of file Pileup1DResidualCalibStep.cxx.

269 {
270 if(!m_isData && m_applyNPVBeamspotCorrection) return std::as_const(m_npvBeamspotCorr)->GetNVertexBsCorrection(NPV);
271 return NPV;
272}
NPVBeamspotCorrection * m_npvBeamspotCorr
Gaudi::Property< bool > m_applyNPVBeamspotCorrection

◆ getProperty()

template<class T>
const T * asg::AsgTool::getProperty ( const std::string & name) const
inherited

Get one of the tool's properties.

◆ getResidualOffset()

double Pileup1DResidualCalibStep::getResidualOffset ( double abseta,
double mu,
double NPV,
int nJet,
bool MuOnly,
bool NOnly ) const

Definition at line 207 of file Pileup1DResidualCalibStep.cxx.

208 {
209 return getResidualOffsetET(abseta, mu, NPV, nJet, MuOnly, NOnly,
211}
Gaudi::Property< std::vector< double > > m_resOffsetNjet
Gaudi::Property< std::vector< double > > m_resOffsetNPV
Gaudi::Property< std::vector< double > > m_resOffsetMu
double getResidualOffsetET(double abseta, double mu, double NPV, int nJet, bool MuOnly, bool NOnly, const std::vector< double > &OffsetMu, const std::vector< double > &OffsetNPV, const std::vector< double > &OffsetNjet, const TAxis *OffsetBins) const

◆ getResidualOffsetET()

double Pileup1DResidualCalibStep::getResidualOffsetET ( double abseta,
double mu,
double NPV,
int nJet,
bool MuOnly,
bool NOnly,
const std::vector< double > & OffsetMu,
const std::vector< double > & OffsetNPV,
const std::vector< double > & OffsetNjet,
const TAxis * OffsetBins ) const
private

Definition at line 213 of file Pileup1DResidualCalibStep.cxx.

218 {
219
220 static const double toMeV= 1000.;
221 //mu rescaling
222 const double muCorr = m_isData ? mu : mu*m_muSF;
223 if(m_useNjet) {
224 // further correction to nJet if desired
225 int nJetCorr = nJet;
226
227 double alpha, beta, etaEdge;
228 if(!MuOnly){ beta = OffsetNjet[0];
229 } else { beta = 0; }
230 if(!NOnly){ alpha = OffsetMu[0];
231 } else { alpha = 0; }
232 etaEdge=0;
233 int bin=1;
234 for (;bin<=OffsetBins->GetNbins();++bin) {
235 etaEdge = OffsetBins->GetBinLowEdge(bin);
236 const double width=OffsetBins->GetBinWidth(bin);
237 if (abseta<etaEdge+width) break;
238 if(!NOnly) alpha += width*OffsetMu[bin];
239 if(!MuOnly) beta += width*OffsetNjet[bin];
240 }
241 if(!NOnly) alpha += OffsetMu[bin]*(abseta-etaEdge);
242 if(!MuOnly) beta += OffsetNjet[bin]*(abseta-etaEdge);
243 return (alpha*(muCorr-m_mu_ref) + beta*(nJetCorr-m_nJet_ref))*toMeV;
244 } else {
245 //NPV beamspot correction
246 const double NPVCorr = getNPVBeamspotCorrection(NPV);
247
248 double alpha, beta, etaEdge;
249 if(!MuOnly){ beta = OffsetNPV[0];
250 } else { beta = 0; }
251 if(!NOnly){ alpha = OffsetMu[0];
252 } else { alpha = 0; }
253 etaEdge = 0;
254 int bin=1;
255 for (;bin<=OffsetBins->GetNbins();++bin) {
256 etaEdge = OffsetBins->GetBinLowEdge(bin);
257 const double width=OffsetBins->GetBinWidth(bin);
258 if (abseta<etaEdge+width) break;
259 if(!NOnly) alpha += width*OffsetMu[bin];
260 if(!MuOnly) beta += width*OffsetNPV[bin];
261 }
262 if(!NOnly) alpha += OffsetMu[bin]*(abseta-etaEdge);
263 if(!MuOnly) beta += OffsetNPV[bin]*(abseta-etaEdge);
264 return (alpha*(muCorr-m_mu_ref) + beta*(NPVCorr-m_NPV_ref))*toMeV;
265 }
266
267}
const double width
Gaudi::Property< float > m_mu_ref
double getNPVBeamspotCorrection(double NPV) const
Gaudi::Property< float > m_NPV_ref
Gaudi::Property< float > m_muSF
Gaudi::Property< float > m_nJet_ref

◆ initialize()

StatusCode Pileup1DResidualCalibStep::initialize ( void )
overridevirtual

Dummy implementation of the initialisation function.

It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...

Reimplemented from asg::AsgTool.

Definition at line 27 of file Pileup1DResidualCalibStep.cxx.

27 {
28
30 ATH_MSG_FATAL("If you're trying to apply only the Residual pile up correction, it needs to be specify in the Calibration Sequence. ApplyOnlyResidual should be true in the configuration file and the PileupStartScale should be specified.");
31 return StatusCode::FAILURE;
32 }
33
34 ATH_MSG_DEBUG("Reading from " << m_jetInScale << " and writing to " << m_jetOutScale);
35
36 ATH_CHECK( m_muKey.initialize() );
37 ATH_CHECK( m_pvKey.initialize() );
38 ATH_CHECK( m_rhoKey.initialize() );
40
41
42
43 if(m_doSequentialResidual) ATH_MSG_DEBUG("The pileup residual calibrations will be applied sequentially.");
44 else ATH_MSG_DEBUG("The pileup residual calibrations will be applied simultaneously (default).");
45 if(m_doMuOnly) ATH_MSG_INFO("Only the pileup mu-based calibration will be applied.");
46 if(m_doNPVOnly) ATH_MSG_INFO("Only the pileup NPV-based calibration will be applied.");
47 if(m_doNJetOnly) ATH_MSG_INFO("Only the pileup NJet-based calibration will be applied.");
48 if (m_useNjet) ATH_MSG_DEBUG("NJet will be used instead of NPV in the pileup corrections.");
49
50 // Protections
52 "Sequential residual calibration can not be applied in doMuOnly or doNPVOnly or doNJetOnly cases.");
53
55 "Conflicting configuation, UseNjet true but doMuOnly or doNPVOnly also true.");
56
58 "It was requested to apply only the mu-based AND the NPV-based calibrations.");
59
61 "It was requested to apply only the mu-based AND the NJet-based calibrations.");
62
64 "It was requested to apply only the NJet-based calibration but not to use Njet instead of NPV.");
65
67 "It was requested to apply NJet-based and NPV calibrations.");
68
69 if(m_doJetArea) ATH_MSG_INFO("Jet area pile up correction will be applied.");
70
71
73 "OffsetCorrection.DefaultMuRef not specified.");
74
76 "OffsetCorrection.DefaultNPVRef not specified.");
77
79 "OffsetCorrection.DefaultNjetRef not specified.");
80
81
82 m_resOffsetBins = new TAxis(m_offsetEtaBins.size()-1,&m_offsetEtaBins[0]);
83
84 if(!m_doNPVOnly && !m_doNJetOnly){
85 CHECK_THEN_ERROR( (int)m_resOffsetMu.size()!=(m_resOffsetBins->GetNbins()+1),
86 "Incorrect specification of MuTerm binning" );
87 }
88
89 if(m_useNjet) {
90 CHECK_THEN_ERROR( (int)m_resOffsetNjet.size()!= (m_resOffsetBins->GetNbins()+1),
91 "Incorrect specification of nJetTerm binning." );
92 } else if(!m_doMuOnly){
93 CHECK_THEN_ERROR( (int)m_resOffsetNPV.size()!= (m_resOffsetBins->GetNbins()+1),
94 "Incorrect specification of NPVTerm binning." );
95
97 m_npvBeamspotCorr = new NPVBeamspotCorrection();
98 ATH_MSG_INFO("\n NPV beamspot correction will be applied.");
99 }
100 }
101
102 return StatusCode::SUCCESS;
103}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_FATAL(x)
#define ATH_MSG_INFO(x)
Gaudi::Property< std::vector< double > > m_offsetEtaBins
Gaudi::Property< bool > m_doOnlyResidual

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ msg()

MsgStream & AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msg_level_name()

const std::string & asg::AsgTool::msg_level_name ( ) const
inherited

A deprecated function for getting the message level's name.

Instead of using this, weirdly named function, user code should get the string name of the current minimum message level (in case they really need it...), with:

MSG::name( msg().level() )

This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.

Returns
The string name of the current minimum message level that's printed

Definition at line 101 of file AsgTool.cxx.

101 {
102
103 return MSG::name( msg().level() );
104 }
MsgStream & msg() const
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
Definition MsgLevel.cxx:19

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ print()

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_applyNPVBeamspotCorrection

Gaudi::Property<bool> Pileup1DResidualCalibStep::m_applyNPVBeamspotCorrection {this, "ApplyNPVBeamspotCorrection", false, "doc"}
private

Definition at line 106 of file Pileup1DResidualCalibStep.h.

106{this, "ApplyNPVBeamspotCorrection", false, "doc"}; // only used in ResidualOffsetCorrection

◆ m_calibFile

Gaudi::Property<std::string> Pileup1DResidualCalibStep::m_calibFile {this, "CalibFile", "none", "residual offset calib file"}
private

Definition at line 94 of file Pileup1DResidualCalibStep.h.

94{this, "CalibFile", "none", "residual offset calib file"};

◆ m_corrDesc

Gaudi::Property<std::string> Pileup1DResidualCalibStep::m_corrDesc {this, "CorrectionDesc", "none", ""}
private

Definition at line 97 of file Pileup1DResidualCalibStep.h.

97{this, "CorrectionDesc", "none", ""};

◆ m_corrName

Gaudi::Property<std::string> Pileup1DResidualCalibStep::m_corrName {this, "CorrectionName", "none", ""}
private

Definition at line 96 of file Pileup1DResidualCalibStep.h.

96{this, "CorrectionName", "none", ""};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_doJetArea

Gaudi::Property<bool> Pileup1DResidualCalibStep::m_doJetArea {this, "DoJetArea", false, "doc"}
private

Definition at line 68 of file Pileup1DResidualCalibStep.h.

68{this, "DoJetArea", false, "doc"};

◆ m_doMuOnly

Gaudi::Property<bool> Pileup1DResidualCalibStep::m_doMuOnly {this, "ApplyOnlyMuResidual", false, "doc"}
private

Definition at line 78 of file Pileup1DResidualCalibStep.h.

78{this, "ApplyOnlyMuResidual", false, "doc"}; // only used in ResidualOffsetCorrection

◆ m_doNJetOnly

Gaudi::Property<bool> Pileup1DResidualCalibStep::m_doNJetOnly {this, "ApplyOnlyNJetResidual", false, "doc"}
private

Definition at line 80 of file Pileup1DResidualCalibStep.h.

80{this, "ApplyOnlyNJetResidual", false, "doc"}; // only used in ResidualOffsetCorrection

◆ m_doNPVOnly

Gaudi::Property<bool> Pileup1DResidualCalibStep::m_doNPVOnly {this, "ApplyOnlyNPVResidual", false, "doc"}
private

Definition at line 79 of file Pileup1DResidualCalibStep.h.

79{this, "ApplyOnlyNPVResidual", false, "doc"}; // only used in ResidualOffsetCorrection

◆ m_doOnlyResidual

Gaudi::Property<bool> Pileup1DResidualCalibStep::m_doOnlyResidual {this, "OnlyResidual", false, ""}
private

Definition at line 111 of file Pileup1DResidualCalibStep.h.

111{this, "OnlyResidual", false, ""};

◆ m_doSequentialResidual

Gaudi::Property<bool> Pileup1DResidualCalibStep::m_doSequentialResidual {this, "DoSequentialResidual", false, "doc"}
private

Definition at line 109 of file Pileup1DResidualCalibStep.h.

109{this, "DoSequentialResidual", false, "doc"};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_isData

Gaudi::Property<bool> Pileup1DResidualCalibStep::m_isData {this, "IsData", false, ""}
private

Definition at line 67 of file Pileup1DResidualCalibStep.h.

67{this, "IsData", false, ""};

◆ m_jetInScale

Gaudi::Property<std::string> Pileup1DResidualCalibStep::m_jetInScale {this, "InScale", "JetConstitScaleMomentum", "Starting jet scale" }
private

Definition at line 113 of file Pileup1DResidualCalibStep.h.

113{this, "InScale", "JetConstitScaleMomentum", "Starting jet scale" };

◆ m_jetOutScale

Gaudi::Property<std::string> Pileup1DResidualCalibStep::m_jetOutScale {this, "OutScale", "JetPileupScaleMomentum", "Ending jet scale" }
private

Definition at line 114 of file Pileup1DResidualCalibStep.h.

114{this, "OutScale", "JetPileupScaleMomentum", "Ending jet scale" };

◆ m_mu_ref

Gaudi::Property<float> Pileup1DResidualCalibStep::m_mu_ref {this , "DefaultMuRef", -99., ""}
private

Definition at line 83 of file Pileup1DResidualCalibStep.h.

83{this , "DefaultMuRef", -99., ""};

◆ m_muKey

SG::ReadDecorHandleKey<xAOD::EventInfo> Pileup1DResidualCalibStep::m_muKey
private
Initial value:
{this, "averageInteractionsPerCrossingKey",
"EventInfo.averageInteractionsPerCrossing","Decoration for Average Interaction Per Crossing"}

Definition at line 70 of file Pileup1DResidualCalibStep.h.

70 {this, "averageInteractionsPerCrossingKey",
71 "EventInfo.averageInteractionsPerCrossing","Decoration for Average Interaction Per Crossing"};

◆ m_muSF

Gaudi::Property<float> Pileup1DResidualCalibStep::m_muSF {this , "MuScaleFactor", 1., ""}
private

Definition at line 85 of file Pileup1DResidualCalibStep.h.

85{this , "MuScaleFactor", 1., ""};

◆ m_nJet_ref

Gaudi::Property<float> Pileup1DResidualCalibStep::m_nJet_ref {this , "DefaultNjetRef", -99., ""}
private

Definition at line 84 of file Pileup1DResidualCalibStep.h.

84{this , "DefaultNjetRef", -99., ""};

◆ m_nJetContainerKey

SG::ReadHandleKey<xAOD::JetContainer> Pileup1DResidualCalibStep::m_nJetContainerKey
private
Initial value:
{this, "nJetContainerName",
"","a jet container such as HLT_xAOD__JetContainer_a4tcemsubjesISFS"}

Definition at line 87 of file Pileup1DResidualCalibStep.h.

87 {this, "nJetContainerName",
88 "","a jet container such as HLT_xAOD__JetContainer_a4tcemsubjesISFS"};

◆ m_njetThreshold

Gaudi::Property<int> Pileup1DResidualCalibStep::m_njetThreshold {this , "nJetThreshold", 20, ""}
private

Definition at line 91 of file Pileup1DResidualCalibStep.h.

91{this , "nJetThreshold", 20, ""};

◆ m_NPV_ref

Gaudi::Property<float> Pileup1DResidualCalibStep::m_NPV_ref {this , "DefaultNPVRef", -99., ""}
private

Definition at line 82 of file Pileup1DResidualCalibStep.h.

82{this , "DefaultNPVRef", -99., ""};

◆ m_npvBeamspotCorr

NPVBeamspotCorrection* Pileup1DResidualCalibStep::m_npvBeamspotCorr {}
private

Definition at line 107 of file Pileup1DResidualCalibStep.h.

107{};

◆ m_offsetEtaBins

Gaudi::Property<std::vector<double> > Pileup1DResidualCalibStep::m_offsetEtaBins {this, "AbsEtaBins", {} ,""}
private

Definition at line 99 of file Pileup1DResidualCalibStep.h.

99{this, "AbsEtaBins", {} ,""};

◆ m_pvKey

SG::ReadHandleKey<xAOD::VertexContainer> Pileup1DResidualCalibStep::m_pvKey {this, "PrimaryVerticesContainerName", "PrimaryVertices"}
private

Definition at line 75 of file Pileup1DResidualCalibStep.h.

75{this, "PrimaryVerticesContainerName", "PrimaryVertices"};

◆ m_resOffsetBins

TAxis* Pileup1DResidualCalibStep::m_resOffsetBins =nullptr
private

Definition at line 103 of file Pileup1DResidualCalibStep.h.

◆ m_resOffsetMu

Gaudi::Property<std::vector<double> > Pileup1DResidualCalibStep::m_resOffsetMu {this, "MuTerm", {} ,""}
private

Definition at line 100 of file Pileup1DResidualCalibStep.h.

100{this, "MuTerm", {} ,""};

◆ m_resOffsetNjet

Gaudi::Property<std::vector<double> > Pileup1DResidualCalibStep::m_resOffsetNjet {this, "nJetTerm", {} ,""}
private

Definition at line 101 of file Pileup1DResidualCalibStep.h.

101{this, "nJetTerm", {} ,""};

◆ m_resOffsetNPV

Gaudi::Property<std::vector<double> > Pileup1DResidualCalibStep::m_resOffsetNPV {this, "NPVTerm", {} ,""}
private

Definition at line 102 of file Pileup1DResidualCalibStep.h.

102{this, "NPVTerm", {} ,""};

◆ m_rhoKey

SG::ReadHandleKey<xAOD::EventShape> Pileup1DResidualCalibStep::m_rhoKey {this, "RhoKey", "auto"}
private

Definition at line 74 of file Pileup1DResidualCalibStep.h.

74{this, "RhoKey", "auto"};

◆ m_useNjet

Gaudi::Property<bool> Pileup1DResidualCalibStep::m_useNjet {this , "UseNjet", false, ""}
private

Definition at line 90 of file Pileup1DResidualCalibStep.h.

90{this , "UseNjet", false, ""};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: