CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Stage2Layer2DemuxJetAlgoFirmware.h
Go to the documentation of this file.
1 
10 //
11 //
12 
13 #ifndef Stage2Layer2DemuxJetAlgoFirmware_H
14 #define Stage2Layer2DemuxJetAlgoFirmware_H
15 
18 
19 namespace l1t {
20 
21  // Imp1 is for v1 and v2
23  public:
26  virtual void processEvent(const std::vector<l1t::Jet> & inputJets,
27  std::vector<l1t::Jet> & outputJets);
28 
29  private:
30 
32 
33  };
34 
35 }
36 
37 #endif
virtual void processEvent(const std::vector< l1t::Jet > &inputJets, std::vector< l1t::Jet > &outputJets)