CMS 3D CMS Logo

EcalPulseSymmCovariancesHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_PULSESYMMCOVARIANCES_HANDLER_H
2 #define ECAL_PULSESYMMCOVARIANCES_HANDLER_H
3 
4 #include <vector>
5 #include <typeinfo>
6 #include <string>
7 #include <map>
8 #include <iostream>
9 #include <ctime>
10 
13 
14 
25 
28 
32 
33 namespace edm {
34  class ParameterSet;
35  class Event;
36  class EventSetup;
37 }
38 
39 namespace popcon
40 {
41 
42  class EcalPulseSymmCovariancesHandler : public popcon::PopConSourceHandler<EcalPulseSymmCovariances>
43  {
44 
45  public:
48  bool checkPulseSymmCovariance(EcalPulseSymmCovariances::Item* item);
49  void fillSimPulseSymmCovariance( EcalPulseSymmCovariances::Item* item, bool isbarrel );
50  void getNewObjects() override;
51  std::string id() const override { return m_name;}
52 
53  private:
55 
56  unsigned int m_firstRun ;
57  unsigned int m_lastRun ;
58 
62  std::vector<double> m_EBPulseShapeCovariance, m_EEPulseShapeCovariance;
63 
64  };
65 }
66 #endif
EcalCondHandler< EcalPulseSymmCovariances, EcalPulseSymmCovariancesXMLTranslator > EcalPulseSymmCovariancesHandler
HLT enums.