CMS 3D CMS Logo

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