CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCCableRead.h
Go to the documentation of this file.
1 #ifndef GUARD_csccableread_H
2 #define GUARD_csccableread_H
3 
4 #include <iostream>
6 #include <string>
7 
9 {
10  private:
11 
12  oracle::occi::Environment *env;
13  oracle::occi::Connection *con;
14 
15  public :
19  csccableread () throw (oracle::occi::SQLException);
23  ~csccableread () throw (oracle::occi::SQLException);
24 
25 void cable_read (int chamber_index, std::string *chamber_label,
26  float *cfeb_length, std::string *cfeb_rev, float *alct_length,
27  std::string *alct_rev, float *cfeb_tmb_skew_delay, float *cfeb_timing_corr);
28 
29 }; // end of class csccableread
30 #endif
oracle::occi::SQLException SQLException
Definition: HcalDbOmds.cc:27
void cable_read(int chamber_index, std::string *chamber_label, float *cfeb_length, std::string *cfeb_rev, float *alct_length, std::string *alct_rev, float *cfeb_tmb_skew_delay, float *cfeb_timing_corr)
Definition: CSCCableRead.cc:28
oracle::occi::Environment * env
Definition: CSCCableRead.h:12
oracle::occi::Connection * con
Definition: CSCCableRead.h:13