ATLAS Offline Software
Charge.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef jetsubstructureutils_charge_header
6 #define jetsubstructureutils_charge_header
7 
8 #include "xAODJet/Jet.h"
9 namespace JetSubStructureUtils {
10  class Charge {
11  public:
12  Charge(double k = 1.0) : m_k(k) {};
13  virtual double result(const xAOD::Jet &jet) const;
14  private:
15  double m_k;
16  };
17 }
18 
19 #endif
Jet.h
JetSubStructureUtils
Definition: RCJet.h:49
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
JetSubStructureUtils::Charge::m_k
double m_k
Definition: Charge.h:15
JetSubStructureUtils::Charge
Definition: Charge.h:10
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
JetSubStructureUtils::Charge::Charge
Charge(double k=1.0)
Definition: Charge.h:12
JetSubStructureUtils::Charge::result
virtual double result(const xAOD::Jet &jet) const
Definition: Charge.cxx:11
fitman.k
k
Definition: fitman.py:528