CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripDetVOffHandler.h
Go to the documentation of this file.
1 #ifndef SISTRIPDETVOFF_SRC_HANDLER_H
2 #define SISTRIPDETVOFF_SRC_HANDLER_H
3 
8 
10 
13 
15 
16 
17 namespace popcon{
18  class SiStripDetVOffHandler : public popcon::PopConSourceHandler<SiStripDetVOff>
19  {
20  public:
21  void getNewObjects();
24  std::string id() const { return name_;}
25 
26  private:
27  void setUserTextLog();
28  void setForTransfer();
30  std::vector< std::pair<SiStripDetVOff*,cond::Time_t> > resultVec;
32  uint32_t deltaTmin_;
33  uint32_t maxIOVlength_;
34  bool debug_;
35  };
36 }
37 #endif
38 
edm::Service< SiStripDetVOffBuilder > modHVBuilder
SiStripDetVOffHandler(const edm::ParameterSet &pset)
std::vector< std::pair< SiStripDetVOff *, cond::Time_t > > resultVec