23 static const SG::AuxElement::ConstAccessor<float>acc_FE_Timing(
"TIMING");
24 if(acc_FE_Timing.isAvailable(FE)){
25 timing=acc_FE_Timing(FE);
33 static const SG::AuxElement::ConstAccessor<float>acc_FE_LAYER_ENERGY_Tile0(
"LAYERENERGY_TILE0");
34 if(acc_FE_LAYER_ENERGY_Tile0.isAvailable(FE)){
35 E_tile0 =acc_FE_LAYER_ENERGY_Tile0(FE);
PFOAttributePlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
void fill(const xAOD::FlowElement &FE, const xAOD::EventInfo &eventInfo)
TH1 * m_FE_LAYER_ENERGY_Tile0
std::string m_sFEContainerName
TH1D * Book1D(std::string_view name, std::string_view labels, int nBins, float start, float end, bool prependDir=true)
Book a TH1D histogram.
PlotBase(PlotBase *parent, std::string_view sDir)
float beamSpotWeight() const
Weight for beam spot size reweighting.
EventInfo_v1 EventInfo
Definition of the latest event info version.
FlowElement_v1 FlowElement
Definition of the current "pfo version".