CMS 3D CMS Logo

EcalEBPhase2TPFormatter.h
Go to the documentation of this file.
1 #ifndef SimCalorimetry_EcalEBTrigPrimAlgos_EcalEBPhase2TPFormatter_h
2 #define SimCalorimetry_EcalEBTrigPrimAlgos_EcalEBPhase2TPFormatter_h
3 
5 
6 #include <vector>
7 #include <cstdint>
8 
9 /*
10  \class EcalEBPhase2TPFormatter
11 
12 */
13 
15 private:
16  bool debug_;
17  std::vector<int> inputAmp_;
18  std::vector<int64_t> inputTime_;
19 
20 public:
22  virtual ~EcalEBPhase2TPFormatter();
23  virtual void process(std::vector<int>& ampl,
24  std::vector<int64_t>& time,
25  std::vector<int>& outampl,
26  std::vector<int64_t>& outtime);
27 };
28 #endif
virtual void process(std::vector< int > &ampl, std::vector< int64_t > &time, std::vector< int > &outampl, std::vector< int64_t > &outtime)
std::vector< int64_t > inputTime_
#define debug
Definition: HDRShower.cc:19