ATLAS Offline Software
LargeJetTrimmer.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 LARGEJETTRIMMER_H
6 #define LARGEJETTRIMMER_H
7 
8 #include "xAODJet/JetContainer.h"
10 
11 namespace top {
17  public:
20 
21  void correctJet(xAOD::Jet& /*jet*/);
22 
24  void print(std::ostream&) const;
25  private:
26  };
27 }
28 
29 #endif
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::LargeJetTrimmer::print
void print(std::ostream &) const
Useful messages on the screen.
Definition: LargeJetTrimmer.cxx:56
top::LargeJetTrimmer::~LargeJetTrimmer
~LargeJetTrimmer()
Definition: LargeJetTrimmer.cxx:25
top::LargeJetTrimmer
JetCorrection-derived class that trims large-R jets while derivations are not ready.
Definition: LargeJetTrimmer.h:16
top::LargeJetTrimmer::correctJet
void correctJet(xAOD::Jet &)
Definition: LargeJetTrimmer.cxx:28
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
top::TopJetSubstructure
JetCorrection-derived class that applies a jet substructure action on the object.
Definition: TopJetSubstructure.h:15
JetContainer.h
top::LargeJetTrimmer::LargeJetTrimmer
LargeJetTrimmer()
Definition: LargeJetTrimmer.cxx:22
TopJetSubstructure.h