ATLAS Offline Software
Loading...
Searching...
No Matches
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
10class eflowBaseParameters;
11
16
17 public:
18
19 eflowCellEOverPTool_mc12_HLLHC(const std::string& type,const std::string& name,const IInterface* parent);
20
22
23 StatusCode initialize();
24 StatusCode fillBinnedParameters(eflowEEtaBinnedParameters *binnedParameters) const;
25 StatusCode finalize() ;
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
IEFlowCellEOverPTool(const std::string &type, const std::string &name, const IInterface *parent)
eflowCellEOverPTool_mc12_HLLHC(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode fillBinnedParameters(eflowEEtaBinnedParameters *binnedParameters) const
Inherits from eflowEEtaBinBase.