CMS 3D CMS Logo

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