CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Stage2Layer2ClusterAlgorithm.h
Go to the documentation of this file.
1 
11 //
12 
13 #ifndef Stage2Layer2ClusterAlgorithm_h
14 #define Stage2Layer2ClusterAlgorithm_h
15 
18 
19 namespace l1t {
20 
22  public:
23  virtual void processEvent(const std::vector<l1t::CaloTower> & towers,
24  std::vector<l1t::CaloCluster> & clusters) = 0;
25 
27  };
28 
29 }
30 
31 #endif
virtual void processEvent(const std::vector< l1t::CaloTower > &towers, std::vector< l1t::CaloCluster > &clusters)=0