CMS 3D CMS Logo

MonTimingLed2TTDat.h
Go to the documentation of this file.
1 #ifndef MONTIMINGLED2TTDAT_H
2 #define MONTIMINGLED2TTDAT_H
3 
5 
6 class MonTimingLed2TTDat : public ITimingDat {
7 public:
8  // User data methods
9  inline std::string getTable() override { return "MON_TIMING_TT_L2_DAT"; }
10 };
11 
12 #endif
std::string getTable() override