CMS 3D CMS Logo

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