![]() |
ATLAS Offline Software
|
get resolution systematics from material effect (mc12c setup, MVA calibration) More...
#include <get_MaterialResolutionEffect.h>
Public Member Functions | |
| get_MaterialResolutionEffect () | |
| constructor (initialization done there reading root files with resolution fit parameters | |
| ~get_MaterialResolutionEffect () | |
| double | getDelta (int particle_type, double energy, double eta, int response_type, int isyst) const |
| get material effect on resolution from distorted geometry as difference to 40 GeV Et electrons smearing | |
| void | store_IBL_PP0_YProjections () |
| void | setInterpolate (bool interpolate) |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Functions providing the same interface as AthMessaging | |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level of the object. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
Static Public Member Functions | |
| static double | interpolateTH1 (TH1 *hist, double x, bool abs_bins) |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| std::array< std::array< std::array< std::unique_ptr< TH1 >, 3 >, s_nEtaBins >, s_nSys > | m_hSystPeak |
| std::array< std::array< std::array< std::unique_ptr< TH1 >, 3 >, s_nEtaBins >, s_nSys > | m_hSystResol |
| std::array< std::unique_ptr< TH2 >, 3 > | m_hsyst_IBL_PP0 |
| std::array< std::vector< std::unique_ptr< TH1 > >, 3 > | m_hsyst_IBL_PP0_ProjectionY |
| bool | m_interpolate = false |
| const TArrayD * | m_etBins |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels) | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging) | |
Static Private Attributes | |
| static const int | s_nEtaBins = 8 |
| static const int | s_nSys = 4 |
get resolution systematics from material effect (mc12c setup, MVA calibration)
Different parameterizations (gaussian core, sigma eff 90% and 80% from crystal ball fits) are available
Definition at line 28 of file get_MaterialResolutionEffect.h.
| get_MaterialResolutionEffect::get_MaterialResolutionEffect | ( | ) |
constructor (initialization done there reading root files with resolution fit parameters
Definition at line 36 of file get_MaterialResolutionEffect.cxx.
|
inline |
Definition at line 34 of file get_MaterialResolutionEffect.h.
| double get_MaterialResolutionEffect::getDelta | ( | int | particle_type, |
| double | energy, | ||
| double | eta, | ||
| int | response_type, | ||
| int | isyst ) const |
get material effect on resolution from distorted geometry as difference to 40 GeV Et electrons smearing
particle_type: 0=electron, 1=reco unconverted photon, 2=reco converted photon
energy : energy in MeV
eta : eta
response_type: 0=gaussian core, 1=sigma eff 80%, 2=sigma eff 90%
isyst : 0 configA, 1 configCD, 2 configE, 3 configFMX
returned value is sigmaE/E change in quadrature to resolution
Definition at line 94 of file get_MaterialResolutionEffect.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
static |
Definition at line 183 of file get_MaterialResolutionEffect.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.
|
inline |
Definition at line 50 of file get_MaterialResolutionEffect.h.
|
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.
| void get_MaterialResolutionEffect::store_IBL_PP0_YProjections | ( | ) |
Definition at line 166 of file get_MaterialResolutionEffect.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 66 of file get_MaterialResolutionEffect.h.
|
private |
Definition at line 61 of file get_MaterialResolutionEffect.h.
|
private |
Definition at line 64 of file get_MaterialResolutionEffect.h.
|
private |
Definition at line 59 of file get_MaterialResolutionEffect.h.
|
private |
Definition at line 60 of file get_MaterialResolutionEffect.h.
|
mutableprivateinherited |
|
private |
Definition at line 65 of file get_MaterialResolutionEffect.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
staticprivate |
Definition at line 57 of file get_MaterialResolutionEffect.h.
|
staticprivate |
Definition at line 58 of file get_MaterialResolutionEffect.h.