CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/OnlineDB/CSCCondDB/interface/CSCCableRead.h

Go to the documentation of this file.
00001 #ifndef GUARD_csccableread_H
00002 #define GUARD_csccableread_H
00003 
00004 #include <iostream>
00005 #include "OnlineDB/Oracle/interface/Oracle.h"
00006 #include <string>
00007 
00008 class csccableread
00009 {
00010   private:
00011 
00012   oracle::occi::Environment *env;
00013   oracle::occi::Connection *con;
00014 
00015   public :
00019   csccableread () throw (oracle::occi::SQLException);
00023   ~csccableread () throw (oracle::occi::SQLException);
00024 
00025 void cable_read (int chamber_index, std::string *chamber_label,
00026      float *cfeb_length, std::string *cfeb_rev, float *alct_length,
00027      std::string *alct_rev, float *cfeb_tmb_skew_delay, float *cfeb_timing_corr);
00028 
00029 }; // end of class csccableread
00030 #endif