CMS 3D CMS Logo

DTDigiSyncFromTable.cc
Go to the documentation of this file.
1 /*
2  * See header file for a description of this class.
3  *
4  * \author N. Amapane, R. Bellan - INFN Torino
5  */
6 
9 
11 
13 
15 
17 
18 // Delays to be added to digi times during digitization, in ns.
20  double result = 0;
21 
22  // ...
23 
24  return result;
25 }
26 
27 // Offset to obtain "raw" TDCs for the L1 emulator from digis.
29  double result = 0;
30 
31  // ...
32 
33  return result;
34 }
DTDigiSyncFromTable(const edm::ParameterSet &)
Constructor.
~DTDigiSyncFromTable() override
Destructor.
double emulatorOffset(const DTWireId *id) const override
Offset to obtain "raw" TDCs for the L1 emulator from digis.
constexpr std::array< uint8_t, layerIndexSize > layer
double digitizerOffset(const DTWireId *id, const DTLayer *layer=nullptr) const override
Delays to be added to digi times during digitization, in ns.