![]() |
ATLAS Offline Software
|
#include <DecoratePromptLeptonImproved.h>
Public Member Functions | |
| DecoratePromptLeptonImproved (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual StatusCode | initialize () override |
| virtual StatusCode | execute () override |
| virtual StatusCode | finalize () override |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| 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 | 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 |
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 | |
| using | decoratorFloatH_t = SG::WriteDecorHandle<xAOD::IParticleContainer, float> |
| using | decoratorShortH_t = SG::WriteDecorHandle<xAOD::IParticleContainer, short> |
| using | AccessFloat = SG::ConstAccessor<float> |
| using | AccessVertex = SG::ConstAccessor<std::vector<ElementLink<xAOD::VertexContainer> > > |
| using | floatAccessorMap = std::map<Prompt::Def::Var, AccessFloat> |
| using | DecorMap_t = std::unordered_map<Def::Var, size_t> |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| bool | initializeTMVAReader () |
| StatusCode | initializeDecorators () |
| void | initializeConstAccessors () |
| void | decorateElec (const xAOD::Electron &electron, const xAOD::JetContainer &trackJets, const xAOD::CaloClusterContainer &clusters, const xAOD::Vertex *primaryVertex, std::vector< decoratorFloatH_t > &floatDecors, std::vector< decoratorShortH_t > &shortDecors) |
| void | decorateMuon (const xAOD::Muon &muon, const xAOD::JetContainer &trackJets, const xAOD::Vertex *primaryVertex, std::vector< decoratorFloatH_t > &floatDecors, std::vector< decoratorShortH_t > &shortDecors) |
| void | getMutualVariables (const xAOD::IParticle &particle, const xAOD::Jet &track_jet, const xAOD::TrackParticle *track, Prompt::VarHolder &vars) const |
| void | getMuonAnpVariables (const xAOD::Muon &muon, Prompt::VarHolder &vars, const xAOD::Vertex *primaryVertex) const |
| void | getElectronAnpVariables (const xAOD::Electron &elec, const xAOD::CaloClusterContainer &clusters, Prompt::VarHolder &vars, const xAOD::Vertex *primaryVertex) |
| float | accessIsolation (const SG::ConstAccessor< float > &isoAccessor, const xAOD::IParticle &particle) const |
| void | addVarsToTMVA (Prompt::VarHolder &vars) |
| void | fillVarDefault (Prompt::VarHolder &vars) const |
| void | decorateAuxLepton (const xAOD::IParticle &particle, Prompt::VarHolder &vars, std::vector< decoratorFloatH_t > &floatDecors, std::vector< decoratorShortH_t > &shortDecors) const |
| template<class T> | |
| std::pair< double, const xAOD::Jet * > | findTrackJet (const T &part, const xAOD::JetContainer &jets) |
| double | getVertexLongitudinalNormDist (const xAOD::IParticle &lepton, const xAOD::Vertex *secondaryVertex, const xAOD::Vertex *primaryVertex) const |
| double | getVertexCosThetaWithLepDir (const xAOD::IParticle &lepton, const xAOD::Vertex *secondaryVertex, const xAOD::Vertex *primaryVertex) 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< std::string > | m_leptonsName |
| Gaudi::Property< std::string > | m_configFileVersion {this, "ConfigFileVersion", "", "BDT weight file version"} |
| Gaudi::Property< std::string > | m_configPathOverride {this, "ConfigPathOverride", "", "Path of the local BDT weight file you want to study/test"} |
| Gaudi::Property< std::string > | m_inputVarDecoratePrefix {this, "InputVarDecoratePrefix", "", "Prefix of the variables that will be decorated into the lepton"} |
| Gaudi::Property< std::string > | m_BDTName {this, "BDTName", "", "BDT name"} |
| Gaudi::Property< std::string > | m_methodTitleMVA {this, "MethodTitleMVA", "BDT", "Help to config the path of the BDT xml file"} |
| Gaudi::Property< std::vector< std::string > > | m_accessorRNNVars {this, "accessorRNNVars", {}, "Name of the RNN accessor of the lepton"} |
| Gaudi::Property< std::vector< std::string > > | m_stringIntVars {this, "stringIntVars", {}, "Vector of the BDT int variables' names and they will be decorated into lepton if not in the veto list"} |
| Gaudi::Property< std::vector< std::string > > | m_stringFloatVars {this, "stringFloatVars", {}, "Vector of the BDT float variables' names and they will be decorated into lepton if not in the veto list"} |
| Gaudi::Property< std::vector< std::string > > | m_extraDecoratorFloatVars {this, "extraDecoratorFloatVars", {}, "Extra float variables' names you want to compute and decorate into the lepton"} |
| Gaudi::Property< std::vector< std::string > > | m_extraDecoratorShortVars {this, "extraDecoratorShortVars", {}, "Extra short variables' names you want to compute and decorate into the lepton"} |
| Gaudi::Property< std::vector< std::string > > | m_vetoDecoratorFloatVars {this, "vetoDecoratorFloatVars", {}, "Vector of the float variables' names you do not want to save"} |
| Gaudi::Property< std::vector< std::string > > | m_vetoDecoratorShortVars {this, "vetoDecoratorShortVars", {}, "Vector of the short variables' names you do not want to save"} |
| Gaudi::Property< std::vector< double > > | m_leptonPtBinsVector {this, "leptonPtBinsVector", {}, "pT bin edges that are used for MVABin calculation"} |
| Gaudi::Property< bool > | m_printTime {this, "PrintTime", false, "Whether to print current time"} |
| Gaudi::Property< std::string > | m_vertexLinkName {this, "VertexLinkName", "", "ElementLink name of the secondary vertices"} |
| Gaudi::Property< double > | m_vertexMinChiSquaredProb {this, "VertexMinChiSquaredProb", 0.03, "Vertex chi2 cut"} |
| Gaudi::Property< double > | m_vertexMinThetaBarrElec {this, "VertexMinThetaBarrElec", 0.002, "Vertex theta between lepton and the direction of sv-pv cut for barrel electrons"} |
| Gaudi::Property< double > | m_vertexMinThetaEcapElec {this, "VertexMinThetaEcapElec", 0.001, "Vertex theta between lepton and the direction of sv-pv cut for central electrons"} |
| Gaudi::Property< double > | m_vertexBarrEcapAbsEtaAt {this, "VertexBarrEcapAbsEtaAt", 1.37, "Relate to the vertex cut above, define the barrel and central electrons by abs(eta)"} |
| Gaudi::Property< double > | m_elecMinCalErelConeSize {this, "ElecMinCalErelConeSize", 0.15, "Cut of the cluster for calculating the core energy of the lepton"} |
| Gaudi::Property< double > | m_maxLepTrackJetDR {this, "maxLepTrackJetDR", 0.4, "Maximum distance between lepton and track jet for track jet matching"} |
| SG::ReadHandleKey< xAOD::JetContainer > | m_trackJetsKey |
| SG::ReadHandleKey< xAOD::VertexContainer > | m_primaryVertexKey |
| SG::ReadHandleKey< xAOD::CaloClusterContainer > | m_clusterContainerKey |
| SG::ReadHandleKey< xAOD::ElectronContainer > | m_electronsKey |
| SG::ReadHandleKey< xAOD::MuonContainer > | m_muonsKey |
| std::vector< Prompt::Def::Var > | m_intVars |
| std::vector< Prompt::Def::Var > | m_floatVars |
| std::vector< Prompt::Def::Var > | m_allVars |
| std::unique_ptr< Prompt::VarHolder > | m_vars |
| Prompt::Def::Var | m_BDTVarKey |
| std::unique_ptr< TMVA::Reader > | m_TMVAReader |
| std::vector< Float_t > | m_varTMVA |
| std::optional< AccessVertex > | m_accessDeepSecondaryVertex |
| floatAccessorMap | m_accessRNNMap |
| std::unique_ptr< TH1D > | m_leptonPtBinHist |
| TStopwatch | m_timerAll |
| TStopwatch | m_timerExec |
| TStopwatch | m_timerMuon |
| TStopwatch | m_timerElec |
| SG::WriteDecorHandleKeyArray< xAOD::IParticleContainer > | m_floatDecorHandleKeys { this, "FloatDecorHandleKeys", {} } |
| SG::WriteDecorHandleKeyArray< xAOD::IParticleContainer > | m_shortDecorHandleKeys { this, "ShortDecorHandleKeys", {} } |
| DecorMap_t | m_floatDecorMap |
| DecorMap_t | m_shortDecorMap |
| DataObjIDColl | m_extendedExtraObjects |
| 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 |
Definition at line 51 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 142 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 143 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 73 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 74 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 228 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 145 of file DecoratePromptLeptonImproved.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| Prompt::DecoratePromptLeptonImproved::DecoratePromptLeptonImproved | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 38 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 741 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 762 of file DecoratePromptLeptonImproved.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
private |
Definition at line 804 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 404 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 455 of file DecoratePromptLeptonImproved.cxx.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
overridevirtual |
Definition at line 144 of file DecoratePromptLeptonImproved.cxx.
|
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
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
|
private |
Definition at line 789 of file DecoratePromptLeptonImproved.cxx.
|
overridevirtual |
Definition at line 124 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 845 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 504 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 592 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 670 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 902 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 875 of file DecoratePromptLeptonImproved.cxx.
|
overridevirtual |
Definition at line 44 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 381 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 262 of file DecoratePromptLeptonImproved.cxx.
|
private |
Definition at line 220 of file DecoratePromptLeptonImproved.cxx.
|
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.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
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.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Algorithm > >.
Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, and PyAthena::Alg.
Definition at line 66 of file AthAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 212 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 159 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 214 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 203 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 156 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 207 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 185 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 153 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 154 of file DecoratePromptLeptonImproved.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 175 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 190 of file DecoratePromptLeptonImproved.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 79 of file AthAlgorithm.h.
|
private |
Definition at line 162 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 163 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 223 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 229 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 202 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 155 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 201 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 216 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 166 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 148 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 176 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 157 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 194 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 182 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 168 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 225 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 230 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 161 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 160 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 218 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 221 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 219 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 220 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 209 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 179 of file DecoratePromptLeptonImproved.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
Definition at line 205 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 210 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 174 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 170 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 171 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 172 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 173 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 164 of file DecoratePromptLeptonImproved.h.
|
private |
Definition at line 165 of file DecoratePromptLeptonImproved.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.