 |
ATLAS Offline Software
|
#include <InDetTrackBiasingTool.h>
|
virtual void | print () const =0 |
| Print the state of the tool. More...
|
|
virtual void | print () const |
| Print the state of the tool. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
virtual CorrectionCode | applyCorrection (xAODObjectType &inputObject)=0 |
| effects: apply the correction and store the output in the object returns: success More...
|
|
CorrectionCode | correctedCopy (const xAODObjectType &inputObject, xAODObjectType *&outputObject) |
| effects: make a clone of the input object, apply the correction to it and store the output in the object returns: success rationale: the interface class provides a default implementation in terms of applyCorrection, that the derived classes can override for efficiency More...
|
|
CorrectionCode | applyContainerCorrection (xAODContainerType &inputContainer) |
| effects: apply the correction to all the members of the container returns: overall success rationale: this will apply the correction to every single member (even if some members fail) rationale: the interface class provides a default implementation in terms of applyCorrection, that the derived classes can override for efficiency More...
|
|
|
virtual StatusCode | initialize () override |
|
virtual void | prepare () override |
|
virtual CP::CorrectionCode | applyCorrection (xAOD::TrackParticle &track) override |
| Computes the tracks origin. More...
|
|
virtual CP::CorrectionCode | correctedCopy (const xAOD::TrackParticle &in, xAOD::TrackParticle *&out) override |
|
virtual CP::CorrectionCode | applyContainerCorrection (xAOD::TrackParticleContainer &cont) override |
|
virtual bool | isAffectedBySystematic (const CP::SystematicVariation &) const override |
| returns: whether the tool is affected by the systematic More...
|
|
virtual CP::SystematicSet | affectingSystematics () const override |
| returns: list of systematics this tool can be affected by More...
|
|
virtual CP::SystematicSet | recommendedSystematics () const override |
| returns: list of recommended systematics to use with this tool More...
|
|
virtual StatusCode | applySystematicVariation (const CP::SystematicSet &) override |
| configure the tool to apply a given list of systematic variations More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
This class biases tracks to emulate systematic distortions of the tracking geometry
- Author
- Pawel Bruckman (pawel.nosp@m..bru.nosp@m.ckman.nosp@m..de..nosp@m.renst.nosp@m.rom@.nosp@m.cern..nosp@m.ch)
-
Felix Clark (micha.nosp@m.el.r.nosp@m.yan.c.nosp@m.lark.nosp@m.@cern.nosp@m..ch)
This class biases tracks to emulate systematic distortions of the tracking geometry. In data, it corrects the biases. In simulation, it applys the biases in the same direction they are observed in the data.
- Author
- Pawel Bruckman (pawel.nosp@m..bru.nosp@m.ckman.nosp@m..de..nosp@m.renst.nosp@m.rom@.nosp@m.cern..nosp@m.ch)
-
Felix Clark (micha.nosp@m.el.r.nosp@m.yan.c.nosp@m.lark.nosp@m.@cern.nosp@m..ch)
Definition at line 32 of file InDetTrackBiasingTool.h.
◆ StoreGateSvc_t
◆ xAODContainerType
◆ xAODObjectType
◆ affectingSystematics()
◆ applyContainerCorrection() [1/2]
◆ applyContainerCorrection() [2/2]
effects: apply the correction to all the members of the container returns: overall success rationale: this will apply the correction to every single member (even if some members fail) rationale: the interface class provides a default implementation in terms of applyCorrection, that the derived classes can override for efficiency
◆ applyCorrection() [1/2]
Computes the tracks origin.
Implements InDet::IInDetTrackBiasingTool.
Definition at line 89 of file InDetTrackBiasingTool.cxx.
91 [[maybe_unused]]
static const bool firstTime = [&]() {
93 throw std::runtime_error(
"Error calling InDetTrackBiasingTool::firstCall");
99 TH2* biasD0Histogram =
nullptr;
100 TH2* biasZ0Histogram =
nullptr;
101 TH2* biasQoverPsagittaHistogram =
nullptr;
102 TH2* biasD0HistError =
nullptr;
103 TH2* biasZ0HistError =
nullptr;
104 TH2* biasQoverPsagittaHistError =
nullptr;
116 }
else if (
m_isSimulation && randomRunNumber.isAvailable(*eventInfo)) {
117 runNumber = randomRunNumber(*(eventInfo));
126 ATH_MSG_INFO(
"Calibrating for 2015 HI and 5 TeV pp runs (286282 to 287931)." );
127 ATH_MSG_ERROR(
"The 5 TeV and heavy ion runs do not have biasing maps for release 22. "
128 "Contact the tracking CP group to discuss the derivation of these maps." );
225 auto sinTheta = 1.0/cosh(
eta);
◆ applyCorrection() [2/2]
effects: apply the correction and store the output in the object returns: success
◆ applySystematicVariation()
◆ correctedCopy() [1/2]
◆ correctedCopy() [2/2]
effects: make a clone of the input object, apply the correction to it and store the output in the object returns: success rationale: the interface class provides a default implementation in terms of applyCorrection, that the derived classes can override for efficiency
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ extraDeps_update_handler()
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
◆ firstCall()
StatusCode InDet::InDetTrackBiasingTool::firstCall |
( |
| ) |
|
|
protected |
Definition at line 299 of file InDetTrackBiasingTool.cxx.
304 auto sc =
evtStore()->retrieve( ei,
"EventInfo" );
305 if ( !
sc.isSuccess() ) {
307 ATH_MSG_ERROR(
"Unable to retrieve from event store. Manually set data/simulation and/or run number." );
308 return StatusCode::FAILURE;
314 ATH_MSG_WARNING(
"Manually set to data setting, but the type is detected as simulation." );
321 ATH_MSG_WARNING(
"Manually set to simulation setting, but the type is detected as data." );
328 if (
m_isData)
ATH_MSG_INFO(
"Set to data. Will apply biases to correct those observed in data." );
334 ATH_MSG_WARNING(
"Set to simulation with no run number provided, but RandomRunNumber not available. Will use default run number from EventInfo, "
335 "but biasing won't accurately reflect intervals of validity throughout the year. Run PileupReweightingTool first to pick up RandomRunNumber decorations.");
337 return StatusCode::SUCCESS;
◆ getFile()
std::unique_ptr< TFile > InDet::InDetTrackSystematicsTool::getFile |
( |
const std::string & |
filename | ) |
const |
|
protectedinherited |
open and return a file with the given name.
Definition at line 99 of file InDetTrackSystematicsTool.cxx.
106 return std::unique_ptr<TFile>(TFile::Open(filenameWithFullPath.data(),
"READ"));;
◆ getKey()
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
-
ptr | The 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.
121 #ifdef XAOD_STANDALONE
127 return (
proxy ==
nullptr ? 0 :
proxy->sgkey() );
128 #endif // XAOD_STANDALONE
◆ 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
-
ptr | The 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.
108 #ifdef XAOD_STANDALONE
114 static const std::string
dummy =
"";
116 #endif // XAOD_STANDALONE
◆ getProperty()
template<class T >
const T* asg::AsgTool::getProperty |
( |
const std::string & |
name | ) |
const |
|
inherited |
Get one of the tool's properties.
◆ initHistograms()
StatusCode InDet::InDetTrackBiasingTool::initHistograms |
( |
| ) |
|
|
protected |
◆ initialize()
StatusCode InDet::InDetTrackBiasingTool::initialize |
( |
| ) |
|
|
overrideprivatevirtual |
Implements InDet::IInDetTrackBiasingTool.
Definition at line 53 of file InDetTrackBiasingTool.cxx.
57 ATH_MSG_ERROR(
"Cannot manually set for both data and simulation!" );
58 return StatusCode::FAILURE;
63 <<
" mm (not part of an official recommendation)" );
67 <<
" mm (not part of an official recommendation)" );
71 <<
" TeV^-1 (not part of an official recommendation)" );
82 return StatusCode::SUCCESS;
◆ initObject()
template<class T >
StatusCode InDet::InDetTrackSystematicsTool::initObject |
( |
std::unique_ptr< T > & |
obj, |
|
|
const std::string & |
rootFileName, |
|
|
const std::string & |
objName |
|
) |
| const |
|
protectedinherited |
a function to initialize an object from a root file
Definition at line 63 of file InDetTrackSystematicsTool.h.
65 if (
obj !=
nullptr)
ATH_MSG_WARNING(
obj->GetName() <<
" is not null, yet we are now attempting to initialize from " << rootFileName );
66 std::unique_ptr<TFile>
F =
getFile(rootFileName);
67 if(!
F ||
F->IsZombie()) {
69 return StatusCode::FAILURE;
72 F->GetObject(objName.data(), tempObj);
73 if(tempObj==
nullptr) {
74 ATH_MSG_ERROR(
"Could not retrieve " << objName <<
" from file " << rootFileName );
75 return StatusCode::FAILURE;
77 obj = std::unique_ptr<T>(
static_cast<T*
>(tempObj->Clone()));
81 return StatusCode::SUCCESS;
◆ inputHandles()
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.
◆ isActive()
bool InDet::InDetTrackSystematicsTool::isActive |
( |
TrackSystematic |
syst | ) |
const |
|
protectedinherited |
◆ isAffectedBySystematic()
◆ msg() [1/2]
◆ msg() [2/2]
◆ 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.
◆ msgLvl()
◆ outputHandles()
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.
◆ prepare()
virtual void InDet::InDetTrackBiasingTool::prepare |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ print() [1/2]
void asg::AsgTool::print |
( |
| ) |
const |
|
virtualinherited |
Print the state of the tool.
Implements asg::IAsgTool.
Reimplemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, LundVariablesTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
Definition at line 131 of file AsgTool.cxx.
◆ print() [2/2]
virtual void asg::IAsgTool::print |
( |
| ) |
const |
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, LundVariablesTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
◆ readHistogram()
float InDet::InDetTrackBiasingTool::readHistogram |
( |
float |
fDefault, |
|
|
TH2 * |
histogram, |
|
|
float |
phi, |
|
|
float |
eta |
|
) |
| const |
|
protected |
Definition at line 340 of file InDetTrackBiasingTool.cxx.
342 ATH_MSG_ERROR(
"Configuration histogram is invalid. Check the run number and systematic configuration combination.");
343 throw std::runtime_error(
"invalid configuration" );
347 if(
eta>2.499 )
eta= 2.499;
348 if(
eta<-2.499 )
eta=-2.499;
◆ recommendedSystematics()
◆ renounce()
◆ renounceArray()
◆ sysInitialize()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_activeSysts
◆ m_biasD0
float InDet::InDetTrackBiasingTool::m_biasD0 = 0.f |
|
protected |
◆ m_biasQoverPsagitta
float InDet::InDetTrackBiasingTool::m_biasQoverPsagitta = 0.f |
|
protected |
◆ m_biasZ0
float InDet::InDetTrackBiasingTool::m_biasZ0 = 0.f |
|
protected |
◆ m_calibFileData15
std::string InDet::InDetTrackBiasingTool::m_calibFileData15 |
|
protected |
◆ m_calibFileData16_1stPart
std::string InDet::InDetTrackBiasingTool::m_calibFileData16_1stPart |
|
protected |
◆ m_calibFileData16_2ndPart
std::string InDet::InDetTrackBiasingTool::m_calibFileData16_2ndPart |
|
protected |
◆ m_calibFileData17_1stPart
std::string InDet::InDetTrackBiasingTool::m_calibFileData17_1stPart |
|
protected |
◆ m_calibFileData17_2ndPart
std::string InDet::InDetTrackBiasingTool::m_calibFileData17_2ndPart |
|
protected |
◆ m_calibFileData18_1stPart
std::string InDet::InDetTrackBiasingTool::m_calibFileData18_1stPart |
|
protected |
◆ m_calibFileData18_2ndPart
std::string InDet::InDetTrackBiasingTool::m_calibFileData18_2ndPart |
|
protected |
◆ m_d0_nominal_histName
std::string InDet::InDetTrackBiasingTool::m_d0_nominal_histName = "d0/d0_theNominal" |
|
protected |
◆ m_d0_uncertainty_histName
std::string InDet::InDetTrackBiasingTool::m_d0_uncertainty_histName = "d0/d0_theUncertainty" |
|
protected |
◆ m_data15_biasD0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data15_biasD0HistError = nullptr |
|
protected |
◆ m_data15_biasD0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data15_biasD0Histogram = nullptr |
|
protected |
◆ m_data15_biasQoverPsagittaHistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data15_biasQoverPsagittaHistError = nullptr |
|
protected |
◆ m_data15_biasQoverPsagittaHistogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data15_biasQoverPsagittaHistogram = nullptr |
|
protected |
◆ m_data15_biasZ0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data15_biasZ0HistError = nullptr |
|
protected |
◆ m_data15_biasZ0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data15_biasZ0Histogram = nullptr |
|
protected |
◆ m_data16_1stPart_biasD0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_1stPart_biasD0HistError = nullptr |
|
protected |
◆ m_data16_1stPart_biasD0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_1stPart_biasD0Histogram = nullptr |
|
protected |
◆ m_data16_1stPart_biasQoverPsagittaHistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_1stPart_biasQoverPsagittaHistError = nullptr |
|
protected |
◆ m_data16_1stPart_biasQoverPsagittaHistogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_1stPart_biasQoverPsagittaHistogram = nullptr |
|
protected |
◆ m_data16_1stPart_biasZ0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_1stPart_biasZ0HistError = nullptr |
|
protected |
◆ m_data16_1stPart_biasZ0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_1stPart_biasZ0Histogram = nullptr |
|
protected |
◆ m_data16_2ndPart_biasD0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_2ndPart_biasD0HistError = nullptr |
|
protected |
◆ m_data16_2ndPart_biasD0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_2ndPart_biasD0Histogram = nullptr |
|
protected |
◆ m_data16_2ndPart_biasQoverPsagittaHistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_2ndPart_biasQoverPsagittaHistError = nullptr |
|
protected |
◆ m_data16_2ndPart_biasQoverPsagittaHistogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_2ndPart_biasQoverPsagittaHistogram = nullptr |
|
protected |
◆ m_data16_2ndPart_biasZ0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_2ndPart_biasZ0HistError = nullptr |
|
protected |
◆ m_data16_2ndPart_biasZ0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data16_2ndPart_biasZ0Histogram = nullptr |
|
protected |
◆ m_data17_1stPart_biasD0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_1stPart_biasD0HistError = nullptr |
|
protected |
◆ m_data17_1stPart_biasD0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_1stPart_biasD0Histogram = nullptr |
|
protected |
◆ m_data17_1stPart_biasQoverPsagittaHistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_1stPart_biasQoverPsagittaHistError = nullptr |
|
protected |
◆ m_data17_1stPart_biasQoverPsagittaHistogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_1stPart_biasQoverPsagittaHistogram = nullptr |
|
protected |
◆ m_data17_1stPart_biasZ0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_1stPart_biasZ0HistError = nullptr |
|
protected |
◆ m_data17_1stPart_biasZ0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_1stPart_biasZ0Histogram = nullptr |
|
protected |
◆ m_data17_2ndPart_biasD0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_2ndPart_biasD0HistError = nullptr |
|
protected |
◆ m_data17_2ndPart_biasD0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_2ndPart_biasD0Histogram = nullptr |
|
protected |
◆ m_data17_2ndPart_biasQoverPsagittaHistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_2ndPart_biasQoverPsagittaHistError = nullptr |
|
protected |
◆ m_data17_2ndPart_biasQoverPsagittaHistogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_2ndPart_biasQoverPsagittaHistogram = nullptr |
|
protected |
◆ m_data17_2ndPart_biasZ0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_2ndPart_biasZ0HistError = nullptr |
|
protected |
◆ m_data17_2ndPart_biasZ0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data17_2ndPart_biasZ0Histogram = nullptr |
|
protected |
◆ m_data18_1stPart_biasD0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_1stPart_biasD0HistError = nullptr |
|
protected |
◆ m_data18_1stPart_biasD0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_1stPart_biasD0Histogram = nullptr |
|
protected |
◆ m_data18_1stPart_biasQoverPsagittaHistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_1stPart_biasQoverPsagittaHistError = nullptr |
|
protected |
◆ m_data18_1stPart_biasQoverPsagittaHistogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_1stPart_biasQoverPsagittaHistogram = nullptr |
|
protected |
◆ m_data18_1stPart_biasZ0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_1stPart_biasZ0HistError = nullptr |
|
protected |
◆ m_data18_1stPart_biasZ0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_1stPart_biasZ0Histogram = nullptr |
|
protected |
◆ m_data18_2ndPart_biasD0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_2ndPart_biasD0HistError = nullptr |
|
protected |
◆ m_data18_2ndPart_biasD0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_2ndPart_biasD0Histogram = nullptr |
|
protected |
◆ m_data18_2ndPart_biasQoverPsagittaHistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_2ndPart_biasQoverPsagittaHistError = nullptr |
|
protected |
◆ m_data18_2ndPart_biasQoverPsagittaHistogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_2ndPart_biasQoverPsagittaHistogram = nullptr |
|
protected |
◆ m_data18_2ndPart_biasZ0HistError
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_2ndPart_biasZ0HistError = nullptr |
|
protected |
◆ m_data18_2ndPart_biasZ0Histogram
std::unique_ptr<TH2> InDet::InDetTrackBiasingTool::m_data18_2ndPart_biasZ0Histogram = nullptr |
|
protected |
◆ m_detStore
◆ m_doD0Bias
bool InDet::InDetTrackBiasingTool::m_doD0Bias = true |
|
protected |
◆ m_doQoverPBias
bool InDet::InDetTrackBiasingTool::m_doQoverPBias = true |
|
protected |
◆ m_doZ0Bias
bool InDet::InDetTrackBiasingTool::m_doZ0Bias = true |
|
protected |
◆ m_evtStore
◆ m_isData
bool InDet::InDetTrackBiasingTool::m_isData = false |
|
protected |
◆ m_isSimulation
bool InDet::InDetTrackBiasingTool::m_isSimulation = false |
|
protected |
◆ m_runNumber
uint32_t InDet::InDetTrackBiasingTool::m_runNumber = 0 |
|
protected |
◆ m_sagitta_nominal_histName
std::string InDet::InDetTrackBiasingTool::m_sagitta_nominal_histName = "sagitta/sagitta_theNominal" |
|
protected |
◆ m_sagitta_uncertainty_histName
std::string InDet::InDetTrackBiasingTool::m_sagitta_uncertainty_histName = "sagitta/sagitta_theUncertainty" |
|
protected |
◆ m_sysFilterMap
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_z0_nominal_histName
std::string InDet::InDetTrackBiasingTool::m_z0_nominal_histName = "z0/z0_theNominal" |
|
protected |
◆ m_z0_uncertainty_histName
std::string InDet::InDetTrackBiasingTool::m_z0_uncertainty_histName = "z0/z0_theUncertainty" |
|
protected |
The documentation for this class was generated from the following files:
Scalar phi() const
phi method
Helper class to provide type-safe access to aux data.
Scalar eta() const
pseudorapidity method
@ TRK_BIAS_QOVERP_SAGITTA_WM
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
@ IS_SIMULATION
true: simulation, false: data
uint32_t runNumber() const
The current event's run number.
virtual void setOwner(IDataHandleHolder *o)=0
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
@ Error
Some error happened during the object correction.
static const std::unordered_map< InDet::TrackSystematic, CP::SystematicVariation, std::hash< int > > TrackSystematicMap
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
const_iterator end() const
description: const iterator to the end of the set
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Class describing the basic event information.
std::string PathResolverFindCalibFile(const std::string &logical_file_name)
iterator find(const SystematicVariation &sys) const
description: find an element in the set
@ Ok
The correction was done successfully.
static const CP::SystematicSet BiasSystematics
#define ATH_MSG_WARNING(x)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
bool eventType(EventType type) const
Check for one particular bitmask value.