CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondFormats/RPCObjects/interface/RPCObGasHum.h

Go to the documentation of this file.
00001 /*
00002  * Payload definition(s): Chamber Gas Humidity (RPCObGasHum)
00003  *
00004  *  $Date: 2009/12/14 16:40:23 $
00005  *  $Revision: 1.1 $
00006  *  \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
00007  */
00008 
00009 #ifndef RPCObGasHum_h
00010 #define RPCObGasHum_h
00011 #include <vector>
00012 
00013 class RPCObGasHum {
00014     public:
00015       struct Item {
00016         int unixtime;
00017         float value;
00018         int dpid;
00019       };
00020     RPCObGasHum(){}
00021     virtual ~RPCObGasHum(){}
00022     std::vector<Item>  ObGasHum_rpc;
00023    };
00024 
00025 #endif
00026