CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastLinearCMNSubtractor.h
Go to the documentation of this file.
1 #ifndef RECOLOCALTRACKER_SISTRIPZEROSUPPRESSION_SISTRIPFASTLINEARCOMMONMODENOISESUBTRACTION_H
2 #define RECOLOCALTRACKER_SISTRIPZEROSUPPRESSION_SISTRIPFASTLINEARCOMMONMODENOISESUBTRACTION_H
4 
6 
8 
9  public:
10 
11  void subtract(const uint32_t&,const uint16_t&, std::vector<int16_t>&);
12  void subtract(const uint32_t&,const uint16_t&, std::vector<float>&);
13 
14  private:
15 
16  template<typename T> void subtract_(const uint32_t&, const uint16_t&, std::vector<T>&);
18 
19 };
20 #endif
void subtract(const uint32_t &, const uint16_t &, std::vector< int16_t > &)
void subtract_(const uint32_t &, const uint16_t &, std::vector< T > &)