ATLAS Offline Software
Loading...
Searching...
No Matches
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"
9namespace 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
virtual double result(const xAOD::Jet &jet) const
Definition Charge.cxx:11
Jet_v1 Jet
Definition of the current "jet version".