Skip to content
Snippets Groups Projects

gFEX NtupleWriter update

Merged Cecilia Tosciri requested to merge ctosciri/athena-old:gFEX_Validation into master
2 files
+ 101
16
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -45,8 +45,14 @@ private:
SG::ReadHandleKey< xAOD::gFexJetRoIContainer > m_gFexRhoOutKey {this,"Key_gFexRhoOutputContainer","L1_gFexRhoRoI","Output gFexRho"};
SG::ReadHandleKey< xAOD::gFexJetRoIContainer > m_gFexBlockOutKey {this,"Key_gFexSRJetOutputContainer","L1_gFexSRJetRoI","Output gFexBlock"};
SG::ReadHandleKey< xAOD::gFexJetRoIContainer > m_gFexJetOutKey {this,"Key_gFexLRJetOutputContainer","L1_gFexLRJetRoI","Output gFexJet"};
SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > m_gScalarEJwojOutKey {this,"Key_gScalarEJwojOutputContainer","L1_gScalarEJwoj","Output Scalar MET and SumET"};
SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > m_gMETComponentsJwojOutKey {this,"Key_gMETComponentsJwojOutputContainer","L1_gMETComponentsJwoj","Output total MET components"};
SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > m_gMHTComponentsJwojOutKey {this,"Key_gMHTComponentsJwojOutputContainer","L1_gMHTComponentsJwoj","Output hard MET components"};
SG::ReadHandleKey< xAOD::gFexGlobalRoIContainer > m_gMSTComponentsJwojOutKey {this,"Key_gMSTComponentsJwojOutputContainer","L1_gMSTComponentsJwoj","Output soft MET components"};
SG::ReadHandleKey<CaloCellContainer> m_scellsCollectionSGKey {this, "SCell", "SCell", "SCell"};
gFEXOutputCollection* m_gFEXOutputCollection;
float m_jet_nTOBs;
float m_global_nTOBs;
@@ -102,6 +108,15 @@ private:
std::vector<float> m_gLJ_phi;
std::vector<float> m_gLJ_et;
std::vector<float> m_gGlobal_MET;
std::vector<float> m_gGlobal_SumET;
std::vector<float> m_gGlobal_METx;
std::vector<float> m_gGlobal_METy;
std::vector<float> m_gGlobal_MHTx;
std::vector<float> m_gGlobal_MHTy;
std::vector<float> m_gGlobal_MSTx;
std::vector<float> m_gGlobal_MSTy;
StatusCode loadJetAlgoVariables(SG::ReadHandle<LVL1::gFEXOutputCollection>);
StatusCode loadGlobalAlgoVariables(SG::ReadHandle<LVL1::gFEXOutputCollection>);
Loading