CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L2TauSimpleClustering.h
Go to the documentation of this file.
1 /* Class that provides the simple ECAL Clustering Algorithm
2  for L2 Tau Trigger */
3 
6 #include <vector>
9 
10 #ifndef L2TAU_SIMPLECLUSTERING_H
11 #define L2TAU_SIMPLECLUSTERING_H
12 
13 
14 
16 {
17  public:
18  //Constructor
20  L2TauSimpleClustering(double);
21 
22  //Destructor
24 
25  //METHODS
27 
28 
29  private:
30  //VARIABLES
31  double m_clusterRadius; //Cluster Radius
32 
33 };
34 
35 #endif
math::PtEtaPhiELorentzVectorCollection clusterize(const math::PtEtaPhiELorentzVectorCollection &)
std::vector< PtEtaPhiELorentzVector > PtEtaPhiELorentzVectorCollection