ATLAS Offline Software
eflowCellEOverPTool_mc12_HLLHC.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EFLOWCELLEOVERPTOOL_MC12_HLLHC_H
6 #define EFLOWCELLEOVERPTOOL_MC12_HLLHC_H
7 
9 
10 class eflowBaseParameters;
11 
16 
17  public:
18 
19  eflowCellEOverPTool_mc12_HLLHC(const std::string& type,const std::string& name,const IInterface* parent);
20 
22 
26 
27  private:
28 
29  std::vector<double> m_eBinValues;
30  std::vector<double> m_etaBinBounds;
31  std::vector<std::string> m_eBinLabels;
32  std::vector<std::string> m_etaBinLabels;
33 
34 };
35 #endif
eflowCellEOverPTool_mc12_HLLHC::m_eBinValues
std::vector< double > m_eBinValues
Definition: eflowCellEOverPTool_mc12_HLLHC.h:29
eflowEEtaBinnedParameters
Inherits from eflowEEtaBinBase.
Definition: eflowEEtaBinnedParameters.h:56
IEFlowCellEOverPTool.h
eflowCellEOverPTool_mc12_HLLHC::~eflowCellEOverPTool_mc12_HLLHC
~eflowCellEOverPTool_mc12_HLLHC()
Definition: eflowCellEOverPTool_mc12_HLLHC.h:21
IEFlowCellEOverPTool
Pure virtual base class, from which concrete classes inherit and define reference e/p mean and widths...
Definition: IEFlowCellEOverPTool.h:30
eflowCellEOverPTool_mc12_HLLHC::fillBinnedParameters
StatusCode fillBinnedParameters(eflowEEtaBinnedParameters *binnedParameters) const
Definition: eflowCellEOverPTool_mc12_HLLHC.cxx:39
eflowCellEOverPTool_mc12_HLLHC::m_eBinLabels
std::vector< std::string > m_eBinLabels
Definition: eflowCellEOverPTool_mc12_HLLHC.h:31
eflowCellEOverPTool_mc12_HLLHC
Class to store reference e/p mean and widths, as well as reference energy density radial profile fit ...
Definition: eflowCellEOverPTool_mc12_HLLHC.h:15
eflowCellEOverPTool_mc12_HLLHC::m_etaBinLabels
std::vector< std::string > m_etaBinLabels
Definition: eflowCellEOverPTool_mc12_HLLHC.h:32
eflowCellEOverPTool_mc12_HLLHC::finalize
StatusCode finalize()
Definition: eflowCellEOverPTool_mc12_HLLHC.cxx:5277
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
eflowCellEOverPTool_mc12_HLLHC::m_etaBinBounds
std::vector< double > m_etaBinBounds
Definition: eflowCellEOverPTool_mc12_HLLHC.h:30
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
eflowCellEOverPTool_mc12_HLLHC::eflowCellEOverPTool_mc12_HLLHC
eflowCellEOverPTool_mc12_HLLHC(const std::string &type, const std::string &name, const IInterface *parent)
Definition: eflowCellEOverPTool_mc12_HLLHC.cxx:15
eflowCellEOverPTool_mc12_HLLHC::initialize
StatusCode initialize()
Definition: eflowCellEOverPTool_mc12_HLLHC.cxx:34