CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Stage2Layer2JetSumAlgorithm.h
Go to the documentation of this file.
1 
11 //
12 
13 #ifndef Stage2Layer2JetSumAlgorithm_h
14 #define Stage2Layer2JetSumAlgorithm_h
15 
18 
19 #include <vector>
20 
21 namespace l1t {
22 
24  public:
25  virtual void processEvent(const std::vector<l1t::Jet> & alljets,
26  std::vector<l1t::EtSum> & htsums) = 0;
27 
29  };
30 
31 }
32 
33 #endif
virtual void processEvent(const std::vector< l1t::Jet > &alljets, std::vector< l1t::EtSum > &htsums)=0