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:
19 
22 
23  // For out of framework usage we may need a different constructor
24  // so we keep datamember as builtin types (instead of ParameterSet)
25  // ConeIsolationAlgorithm (int,float,....);
26 
28 
30 
31  std::pair<float ,reco::IsolatedTauTagInfo> tag( const reco::JetTracksAssociationRef & jetTracks, const reco::Vertex & pv);
32 
33 
34  private:
35  // algorithm parameters
38  double m_cutMaxTIP;
39  double m_cutMinPt;
41  double matching_cone;
42  double signal_cone;
46  double dZ_vertex;
53 };
54 
55 #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)