![]() |
ATLAS Offline Software
|
#include <JetPileupCorrection.h>
Public Member Functions | |
| JetPileupCorrection () | |
| JetPileupCorrection (const std::string &name, TEnv *config, TString jetAlgo, TString calibAreaTag, bool doResidual, bool doJetArea, bool doOrigin, const std::string &originScale, bool isData, bool dev) | |
| virtual | ~JetPileupCorrection () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | calibrate (xAOD::Jet &jet, JetEventInfo &jetEventInfo) const override |
| virtual void | setUnitsGeV (bool useGeV) |
| virtual StatusCode | getNominalResolutionData (const xAOD::Jet &, double &) const |
| virtual StatusCode | getNominalResolutionMC (const xAOD::Jet &, double &) const |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. More... | |
Protected Member Functions | |
| virtual StatusCode | setStartP4 (xAOD::Jet &jet) const |
Protected Attributes | |
| double | m_GeV |
| std::string | m_jetStartScale |
| std::string | m_name |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. More... | |
Private Attributes | |
| TEnv * | m_config {} |
| TString | m_jetAlgo |
| TString | m_calibAreaTag |
| bool | m_dev {} |
| bool | m_doResidual {} |
| bool | m_doJetArea {} |
| bool | m_doOrigin {} |
| bool | m_isData {} |
| bool | m_doMuOnly {} |
| bool | m_doNPVOnly {} |
| bool | m_doNJetOnly {} |
| bool | m_doSequentialResidual {} |
| bool | m_do3Dcorrection {} |
| bool | m_useFull4vectorArea {} |
| ResidualOffsetCorrection * | m_residualOffsetCorr {} |
| std::unique_ptr< PUCorrection::PU3DCorrectionHelper > | m_residual3DCorr |
| bool | m_doOnlyResidual {} |
| std::string | m_originScale |
| std::string | m_nm |
| Message source name. More... | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels) More... | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. More... | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. More... | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging) More... | |
Definition at line 27 of file JetPileupCorrection.h.
| JetPileupCorrection::JetPileupCorrection | ( | ) |
Definition at line 17 of file JetPileupCorrection.cxx.
| JetPileupCorrection::JetPileupCorrection | ( | const std::string & | name, |
| TEnv * | config, | ||
| TString | jetAlgo, | ||
| TString | calibAreaTag, | ||
| bool | doResidual, | ||
| bool | doJetArea, | ||
| bool | doOrigin, | ||
| const std::string & | originScale, | ||
| bool | isData, | ||
| bool | dev | ||
| ) |
Definition at line 24 of file JetPileupCorrection.cxx.
|
virtual |
Definition at line 33 of file JetPileupCorrection.cxx.
|
overridevirtual |
Implements JetCalibrationStep.
Definition at line 160 of file JetPileupCorrection.cxx.
|
virtualinherited |
Reimplemented in JetSmearingCorrection.
Definition at line 33 of file JetCalibrationStep.cxx.
|
virtualinherited |
Reimplemented in JetSmearingCorrection.
Definition at line 38 of file JetCalibrationStep.cxx.
|
overridevirtual |
Implements JetCalibrationStep.
Definition at line 40 of file JetPileupCorrection.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inherited |
The standard message stream.
Definition at line 49 of file AsgMessaging.cxx.
|
inherited |
The standard message stream.
| lvl | The message level to set the stream to |
Definition at line 57 of file AsgMessaging.cxx.
|
inherited |
Test the output level of the object.
| lvl | The message level to test against |
true If messages at level "lvl" will be printed Definition at line 41 of file AsgMessaging.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
protectedvirtualinherited |
Definition at line 21 of file JetCalibrationStep.cxx.
|
inlinevirtualinherited |
Definition at line 30 of file JetCalibrationStep.h.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 42 of file JetPileupCorrection.h.
|
private |
Definition at line 40 of file JetPileupCorrection.h.
|
private |
Definition at line 43 of file JetPileupCorrection.h.
|
private |
Definition at line 53 of file JetPileupCorrection.h.
|
private |
Definition at line 45 of file JetPileupCorrection.h.
|
private |
Definition at line 48 of file JetPileupCorrection.h.
|
private |
Definition at line 50 of file JetPileupCorrection.h.
|
private |
Definition at line 49 of file JetPileupCorrection.h.
|
private |
Definition at line 60 of file JetPileupCorrection.h.
|
private |
Definition at line 46 of file JetPileupCorrection.h.
|
private |
Definition at line 44 of file JetPileupCorrection.h.
|
private |
Definition at line 51 of file JetPileupCorrection.h.
|
protectedinherited |
Definition at line 40 of file JetCalibrationStep.h.
|
mutableprivateinherited |
MessageSvc pointer.
Definition at line 135 of file AthMessaging.h.
|
private |
Definition at line 47 of file JetPileupCorrection.h.
|
private |
Definition at line 41 of file JetPileupCorrection.h.
|
protectedinherited |
Definition at line 41 of file JetCalibrationStep.h.
|
mutableprivateinherited |
Current logging level.
Definition at line 138 of file AthMessaging.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
protectedinherited |
Definition at line 42 of file JetCalibrationStep.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 62 of file JetPileupCorrection.h.
|
private |
Definition at line 58 of file JetPileupCorrection.h.
|
private |
Definition at line 56 of file JetPileupCorrection.h.
|
private |
Definition at line 55 of file JetPileupCorrection.h.
1.8.18