ATLAS Offline Software
Loading...
Searching...
No Matches
Pull.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 jetsubstructuremoments_pull_header
6#define jetsubstructuremoments_pull_header
7
9
10namespace JetSubStructureUtils {
11 class Pull : public SubstructureCalculator<std::map<std::string, double> > {
12 public:
13 Pull(bool useEtaInsteadOfY = false) : m_useEtaInsteadOfY(useEtaInsteadOfY) {};
14
16 virtual std::map<std::string, double> result(const fastjet::PseudoJet &jet) const;
17
18 private:
20 };
21}
22
23#endif
virtual std::map< std::string, double > result(const fastjet::PseudoJet &jet) const
Definition Pull.cxx:12
Pull(bool useEtaInsteadOfY=false)
Definition Pull.h:13
virtual TOut result(const xAOD::Jet &jet) const