6#ifndef L1TOPOSIMULATION_JFEXINPUTPROVIDER_H
7#define L1TOPOSIMULATION_JFEXINPUTPROVIDER_H
12#include "GaudiKernel/LockedHandle.h"
29 const IInterface* parent);
33 virtual StatusCode
initialize()
override final;
46 ToolHandle<GenericMonitoringTool>
m_monTool {
this,
"MonTool",
"",
"Monitoring tool to create online histograms"};
57 Gaudi::Property<float>
m_cXEweight_jFEX{
this,
"cXEweight_jFEX", 0.0,
"cXE coefficient for jXE component"};
58 Gaudi::Property<float>
m_cXEweight_gFEX{
this,
"cXEweight_gFEX", 0.0,
"cXE coefficient for gXE component"};
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a ReadHandle is made.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...