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 
11 
13 
14 
15 namespace popcon{
16  class SiStripDetVOffHandler : public popcon::PopConSourceHandler<SiStripDetVOff>
17  {
18  public:
19  void getNewObjects();
22  std::string id() const { return name_;}
23 
24  private:
25  void setUserTextLog();
26  void setForTransfer();
28  std::vector< std::pair<SiStripDetVOff*,cond::Time_t> > resultVec;
30  uint32_t deltaTmin_;
31  uint32_t maxIOVlength_;
32  bool debug_;
33  };
34 }
35 #endif
36 
edm::Service< SiStripDetVOffBuilder > modHVBuilder
SiStripDetVOffHandler(const edm::ParameterSet &pset)
std::vector< std::pair< SiStripDetVOff *, cond::Time_t > > resultVec