CMS 3D CMS Logo

EcalFenixPeakFinder.h
Go to the documentation of this file.
1 #ifndef SIMCALORIMETRY_ECALTRIGPRIMALGOS_ECALFENIXPEAKFINDER_H
2 #define SIMCALORIMETRY_ECALTRIGPRIMALGOS_ECALFENIXPEAKFINDER_H
3 
4 #include <vector>
5 
18 private:
19  bool disabled;
20  int setInput(int input);
21  int process();
22 
24  int buffer_[3];
25 
26 public:
28  virtual ~EcalFenixPeakFinder();
29  virtual std::vector<int> process(std::vector<int> &filtout, std::vector<int> &output);
30  // from CaloVShape
31  // virtual double operator()(double) const {return 0.;}
32  // virtual double derivative(double) const {return 0.;}
33 };
34 
35 #endif
input
static const std::string input
Definition: EdmProvDump.cc:48
EcalFenixPeakFinder::process
int process()
Definition: EcalFenixPeakFinder.cc:19
convertSQLitetoXML_cfg.output
output
Definition: convertSQLitetoXML_cfg.py:72
EcalFenixPeakFinder
calculates the peak for Fenix strip, barrel input : 18 bits output: boolean
Definition: EcalFenixPeakFinder.h:17
EcalFenixPeakFinder::EcalFenixPeakFinder
EcalFenixPeakFinder()
Definition: EcalFenixPeakFinder.cc:3
EcalFenixPeakFinder::inputsAlreadyIn_
int inputsAlreadyIn_
Definition: EcalFenixPeakFinder.h:23
EcalFenixPeakFinder::buffer_
int buffer_[3]
Definition: EcalFenixPeakFinder.h:24
EcalFenixPeakFinder::disabled
bool disabled
Definition: EcalFenixPeakFinder.h:19
EcalFenixPeakFinder::setInput
int setInput(int input)
Definition: EcalFenixPeakFinder.cc:7
EcalFenixPeakFinder::~EcalFenixPeakFinder
virtual ~EcalFenixPeakFinder()
Definition: EcalFenixPeakFinder.cc:5