CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Stage1Layer2TauAlgorithm.h
Go to the documentation of this file.
1 
11 //
12 
13 #ifndef Stage1Layer2TauAlgorithm_h
14 #define Stage1Layer2TauAlgorithm_h
15 
19 
21 
22 #include <vector>
23 
24 namespace l1t {
25 
27  public:
28  virtual void processEvent(//const std::vector<l1t::CaloStage1> & clusters,
29  const std::vector<l1t::CaloEmCand> & clusters,
30  const std::vector<l1t::CaloRegion> & regions,
31  std::vector<l1t::Tau> * isoTaus,
32  std::vector<l1t::Tau> * taus) = 0;
33 
36  std::vector<double> regionPUSParams;
37  };
38 
39 }
40 
41 #endif
virtual void processEvent(const std::vector< l1t::CaloEmCand > &clusters, const std::vector< l1t::CaloRegion > &regions, std::vector< l1t::Tau > *isoTaus, std::vector< l1t::Tau > *taus)=0