CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCFebmapSH.h
Go to the documentation of this file.
1 #ifndef POPCON_RPC_DATA_SRC_H
2 #define POPCON_RPC_DATA_SRC_H
3 
4 /*
5  * \class RpcData
6  * Core of RPC PopCon Appication
7  *
8  * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
9  */
10 
11 #include <vector>
12 #include <string>
13 #include <iostream>
14 #include <typeinfo>
15 
17 
20 #include "CoralBase/TimeStamp.h"
23 #include<string>
24 
25 
26 namespace popcon{
27  class RpcDataFebmap : public popcon::PopConSourceHandler<RPCObFebmap>{
28  public:
29  void getNewObjects();
30  std::string id() const { return m_name;}
31  ~RpcDataFebmap();
32  RpcDataFebmap(const edm::ParameterSet& pset);
33 
35 
36  unsigned long long snc;
37  unsigned long long tll;
38  unsigned long long niov;
39  unsigned long long utime;
40  private:
41  std::string m_name;
42  std::string host;
43  std::string user;
44  std::string passw;
45  unsigned long long m_since;
46  unsigned long long m_till;
47  };
48 }
49 #endif
50 
unsigned long long niov
Definition: RPCFebmapSH.h:38
RpcDataFebmap(const edm::ParameterSet &pset)
Definition: RPCFebmapSH.cc:14
unsigned long long m_till
Definition: RPCFebmapSH.h:46
unsigned long long utime
Definition: RPCFebmapSH.h:39
std::string id() const
Definition: RPCFebmapSH.h:30
RPCObFebmap * Febdata
Definition: RPCFebmapSH.h:34
unsigned long long m_since
Definition: RPCFebmapSH.h:45
unsigned long long tll
Definition: RPCFebmapSH.h:37
std::string m_name
Definition: RPCFebmapSH.h:41
unsigned long long snc
Definition: RPCFebmapSH.h:36