CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCGasSH.h
Go to the documentation of this file.
1 #ifndef POPCON_RPC_GAS_SH
2 #define POPCON_RPC_GAS_SH
3 
4 /*
5  * \class RpcGasSH
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 RpcObGasData : public popcon::PopConSourceHandler<RPCObGas>{
28  public:
29  void getNewObjects();
30  std::string id() const { return m_name;}
31  ~RpcObGasData();
32  RpcObGasData(const edm::ParameterSet& pset);
33 
35 
36  unsigned long long snc;
37  unsigned long long niov;
38  unsigned long long utime;
39  private:
40  std::string m_name;
41  std::string host;
42  std::string user;
43  std::string passw;
44  unsigned long long m_since;
45  unsigned long long m_till;
46  };
47 }
48 #endif
RpcObGasData(const edm::ParameterSet &pset)
Definition: RPCGasSH.cc:15
unsigned long long niov
Definition: RPCGasSH.h:37
unsigned long long utime
Definition: RPCGasSH.h:38
RPCObGas * Gasdata
Definition: RPCGasSH.h:34
std::string id() const
Definition: RPCGasSH.h:30
unsigned long long m_since
Definition: RPCGasSH.h:44
std::string host
Definition: RPCGasSH.h:41
std::string m_name
Definition: RPCGasSH.h:40
std::string user
Definition: RPCGasSH.h:42
std::string passw
Definition: RPCGasSH.h:43
unsigned long long m_till
Definition: RPCGasSH.h:45
unsigned long long snc
Definition: RPCGasSH.h:36