![]() |
ATLAS Offline Software
|
#include <gFexInputProvider.h>
Public Member Functions | |
| gFexInputProvider (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~gFexInputProvider ()=default |
| virtual StatusCode | initialize () override final |
| virtual StatusCode | fillTopoInputEvent (TCS::TopoInputEvent &) const override final |
Private Member Functions | |
| StatusCode | fillSRJet (TCS::TopoInputEvent &inputEvent) const |
| StatusCode | fillLRJet (TCS::TopoInputEvent &inputEvent) const |
| StatusCode | fillXEJWOJ (TCS::TopoInputEvent &inputEvent) const |
| StatusCode | fillMHT (TCS::TopoInputEvent &inputEvent) const |
| StatusCode | fillXENC (TCS::TopoInputEvent &inputEvent) const |
| StatusCode | fillXERHO (TCS::TopoInputEvent &inputEvent) const |
| StatusCode | fillTE (TCS::TopoInputEvent &inputEvent) const |
| StatusCode | fillGESPRESSO (TCS::TopoInputEvent &inputEvent) const |
Private Attributes | |
| ToolHandle< GenericMonitoringTool > | m_monTool {this, "MonTool", "", "Monitoring tool to create online histograms"} |
| SG::ReadHandleKey< xAOD::gFexJetRoIContainer > | m_gJet_EDMKey {this, "gFexSRJetRoIKey", "L1_gFexSRJetRoI", "gFEX Jet EDM"} |
| SG::ReadHandleKey< xAOD::gFexJetRoIContainer > | m_gLJet_EDMKey {this, "gFexLRJetRoIKey", "L1_gFexLRJetRoI", "gFEX LJet EDM"} |
| SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > | m_gXEJWOJ_EDMKey {this, "gMETComponentsJwojKey", "L1_gMETComponentsJwoj", "gFEX XEJWOJ EDM"} |
| SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > | m_gMHT_EDMKey {this,"gMHTComponentsJwojKey", "L1_gMHTComponentsJwoj", "gFEX MHT EDM"} |
| SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > | m_gXENC_EDMKey {this, "gMETComponentsNoiseCutKey", "L1_gMETComponentsNoiseCut", "gFEX XENC EDM"} |
| SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > | m_gXERHO_EDMKey {this, "gMETComponentsRmsKey", "L1_gMETComponentsRms", "gFEX RHO ROI EDM"} |
| SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > | m_gTE_EDMKey {this, "gScalarEJwojKey", "L1_gScalarEJwoj", "gFEX TE EDM"} |
| SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > | m_gESPRESSO_EDMKey {this, "gEspressoKey", "L1_gEspresso", "gFEX gESPRESSO EDM"} |
Static Private Attributes | |
| static const int | m_EtJet_conversion = 2 |
| static const double | m_EtGlobal_conversion = 0.01 |
| static const int | m_phi_conversion = 1 |
| static const int | m_eta_conversion = 40 |
| static const double | m_EtDoubleJet_conversion = 0.1 |
| static const double | m_EtDoubleGlobal_conversion = 0.1 |
| static const double | m_phiDouble_conversion = 0.05 |
| static const double | m_etaDouble_conversion = 0.025 |
Definition at line 19 of file gFexInputProvider.h.
| gFexInputProvider::gFexInputProvider | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 31 of file gFexInputProvider.cxx.
|
virtualdefault |
|
private |
Definition at line 407 of file gFexInputProvider.cxx.
|
private |
Definition at line 115 of file gFexInputProvider.cxx.
|
private |
Definition at line 220 of file gFexInputProvider.cxx.
|
private |
Definition at line 62 of file gFexInputProvider.cxx.
|
private |
Definition at line 369 of file gFexInputProvider.cxx.
|
finaloverridevirtual |
Definition at line 447 of file gFexInputProvider.cxx.
|
private |
Definition at line 168 of file gFexInputProvider.cxx.
|
private |
Definition at line 272 of file gFexInputProvider.cxx.
|
private |
Definition at line 321 of file gFexInputProvider.cxx.
|
finaloverridevirtual |
Definition at line 40 of file gFexInputProvider.cxx.
|
staticprivate |
Definition at line 58 of file gFexInputProvider.h.
|
staticprivate |
Definition at line 63 of file gFexInputProvider.h.
|
staticprivate |
Definition at line 61 of file gFexInputProvider.h.
|
staticprivate |
Definition at line 60 of file gFexInputProvider.h.
|
staticprivate |
Definition at line 56 of file gFexInputProvider.h.
|
staticprivate |
Definition at line 55 of file gFexInputProvider.h.
|
private |
Definition at line 52 of file gFexInputProvider.h.
|
private |
Definition at line 43 of file gFexInputProvider.h.
|
private |
Definition at line 44 of file gFexInputProvider.h.
|
private |
Definition at line 47 of file gFexInputProvider.h.
|
private |
Definition at line 51 of file gFexInputProvider.h.
|
private |
Definition at line 46 of file gFexInputProvider.h.
|
private |
Definition at line 48 of file gFexInputProvider.h.
|
private |
Definition at line 49 of file gFexInputProvider.h.
|
private |
Definition at line 41 of file gFexInputProvider.h.
|
staticprivate |
Definition at line 57 of file gFexInputProvider.h.
|
staticprivate |
Definition at line 62 of file gFexInputProvider.h.