ATLAS Offline Software
KtMassDrop.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_ktmassdrop_header
6 #define jetsubstructureutils_ktmassdrop_header
7 
9 
10 namespace JetSubStructureUtils {
11  class KtMassDrop : public SubstructureCalculator<double> {
12  public:
14  virtual double result(const fastjet::PseudoJet &jet) const;
15  };
16 }
17 
18 #endif
JetSubStructureUtils
Definition: RCJet.h:49
JetSubStructureUtils::SubstructureCalculator::result
virtual TOut result(const xAOD::Jet &jet) const
Definition: SubstructureCalculator.h:25
SubstructureCalculator.h
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
JetSubStructureUtils::KtMassDrop::result
virtual double result(const fastjet::PseudoJet &jet) const
Definition: KtMassDrop.cxx:14
JetSubStructureUtils::KtMassDrop
Definition: KtMassDrop.h:11
JetSubStructureUtils::SubstructureCalculator
Definition: SubstructureCalculator.h:21