CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/OnlineDB/EcalCondDB/interface/MonTimingLaserBlueTTDat.h

Go to the documentation of this file.
00001 #ifndef MONTIMINGLASERBLUETTDAT_H
00002 #define MONTIMINGLASERBLUETTDAT_H
00003 
00004 #include "OnlineDB/EcalCondDB/interface/ITimingDat.h"
00005 
00006 class MonTimingLaserBlueTTDat : public ITimingDat {
00007  public:
00008   // User data methods
00009   inline std::string getTable() { return "MON_TIMING_TT_LB_DAT";}
00010    
00011 };
00012 
00013 #endif