ATLAS Offline Software
Loading...
Searching...
No Matches
eflowCellEOverPTool_Run2_mc20_JetETMiss.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EFLOWCELLEOVERPTOOL_RUN2_MC20_JETETMISS_H
6#define EFLOWCELLEOVERPTOOL_RUN2_MC20_JETETMISS_H
7
9
10class eflowBaseParameters;
11
25
26 public:
27
28 eflowCellEOverPTool_Run2_mc20_JetETMiss(const std::string& type,const std::string& name,const IInterface* parent);
29
31
32 StatusCode initialize();
33 StatusCode fillBinnedParameters(eflowEEtaBinnedParameters *binnedParameters) const;
34 StatusCode finalize() ;
35
36 private:
37
38 std::vector<double> m_eBinValues;
39 std::vector<double> m_etaBinBounds;
40 std::vector<std::string> m_eBinLabels;
41 std::vector<std::string> m_etaBinLabels;
42
43};
44#endif
IEFlowCellEOverPTool(const std::string &type, const std::string &name, const IInterface *parent)
eflowCellEOverPTool_Run2_mc20_JetETMiss(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode fillBinnedParameters(eflowEEtaBinnedParameters *binnedParameters) const
Inherits from eflowEEtaBinBase.