CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Stage2PreProcessor.h
Go to the documentation of this file.
1 
11 //
12 
13 #ifndef Stage2PreProcessor_h
14 #define Stage2PreProcessor_h
15 
17 
18 namespace l1t {
19 
21  public:
22  virtual void processEvent(const std::vector<l1t::CaloTower> & inTowers,
23  std::vector<l1t::CaloTower> & outTowers) = 0;
24 
25  virtual ~Stage2PreProcessor(){};
26 
27  };
28 
29 }
30 
31 #endif
virtual void processEvent(const std::vector< l1t::CaloTower > &inTowers, std::vector< l1t::CaloTower > &outTowers)=0