Skip to content
Snippets Groups Projects

Adding the Pileup parameters from root files

Merged Sergi Rodriguez Bosca requested to merge serodrig/athena:Reading_rootFiles_v08 into master
21 files
+ 714
452
Compare changes
  • Side-by-side
  • Inline
Files
21
@@ -62,6 +62,11 @@ class jFEXDriver : public AthAlgorithm
ToolHandle<IjFEXSysSim> m_jFEXSysSimTool {this, "jFEXSysSimTool", "LVL1::jFEXSysSim", "Tool that creates the jFEX System Simulation"};
std::unordered_map<Identifier, std::pair<int,int> > m_cell_to_tower_map;
std::string m_PileupWeigthFile;
// This string is used to convert the m_PileupweigthFile file in a readable file for jFEX
std::string m_PileupHelperFile;
};
Loading