CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBTDCRecInfoAlgo.h
Go to the documentation of this file.
1 #ifndef RecoTBCalo_EcalTBTDCReconstructor_EcalTBTDCRecInfoAlgo_HH
2 #define RecoTBCalo_EcalTBTDCReconstructor_EcalTBTDCRecInfoAlgo_HH
3 
7 
8 #include <vector>
9 
10 
12 
13 
14  public:
15 
16 
18 
20  {
21  std::pair<int,int> runRanges;
22  std::vector<double> tdcMin;
23  std::vector<double> tdcMax;
24  };
25 
26  explicit EcalTBTDCRecInfoAlgo(const std::vector<EcalTBTDCRanges>& tdcRanges);
27 
29  {
30  };
31 
32  EcalTBTDCRecInfo reconstruct(const EcalTBTDCRawInfo& TDCRawInfo,const EcalTBEventHeader& eventHeader, bool use2004OffsetConvention) const;
33 
34  private:
35 
36  std::vector<EcalTBTDCRanges> tdcRanges_;
38  mutable int actualRun_;
39  mutable int actualRange_;
40 };
41 
42 #endif
EcalTBTDCRecInfo reconstruct(const EcalTBTDCRawInfo &TDCRawInfo, const EcalTBEventHeader &eventHeader, bool use2004OffsetConvention) const
std::vector< EcalTBTDCRanges > tdcRanges_
volatile std::atomic< bool > shutdown_flag false