CMS 3D CMS Logo

ConeIsolationAlgorithm.h
Go to the documentation of this file.
1 #ifndef ConeIsolationAlgorithm_H
2 #define ConeIsolationAlgorithm_H
11 //Math
12 #include "Math/GenVector/VectorUtil.h"
13 #include "Math/GenVector/PxPyPzE4D.h"
14 
16 
18 public:
21 
22  // For out of framework usage we may need a different constructor
23  // so we keep datamember as builtin types (instead of ParameterSet)
24  // ConeIsolationAlgorithm (int,float,....);
25 
27 
29 
30  std::pair<float, reco::IsolatedTauTagInfo> tag(const reco::JetTracksAssociationRef& jetTracks,
31  const reco::Vertex& pv);
32 
33 private:
34  // algorithm parameters
37  double m_cutMaxTIP;
38  double m_cutMinPt;
40  double matching_cone;
41  double signal_cone;
45  double dZ_vertex;
52 };
53 
54 #endif // ConeIsolationAlgorithm_H
static void fillDescription(edm::ParameterSetDescription &desc)
def pv(vc)
Definition: MetAnalyzer.py:7
std::pair< float, reco::IsolatedTauTagInfo > tag(const reco::JetTracksAssociationRef &jetTracks, const reco::Vertex &pv)