CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 <time.h>
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:
50  void getNewObjects();
51  std::string id() const { return m_name;}
52 
53  private:
55 
56  unsigned int m_firstRun ;
57  unsigned int m_lastRun ;
58 
63 
64  };
65 }
66 #endif
void fillSimPulseSymmCovariance(EcalPulseSymmCovariances::Item *item, bool isbarrel)
bool checkPulseSymmCovariance(EcalPulseSymmCovariances::Item *item)