CMS 3D CMS Logo

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