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::DTDigiSyncFromTable
DTDigiSyncFromTable(const edm::ParameterSet &)
Constructor.
Definition: DTDigiSyncFromTable.cc:14
DTDigiSyncFromTable.h
DTWireId
Definition: DTWireId.h:12
DTLayer.h
DTDigiSyncFromTable::digitizerOffset
double digitizerOffset(const DTWireId *id, const DTLayer *layer=nullptr) const override
Delays to be added to digi times during digitization, in ns.
Definition: DTDigiSyncFromTable.cc:19
phase1PixelTopology::layer
constexpr std::array< uint8_t, layerIndexSize > layer
Definition: phase1PixelTopology.h:99
edm::ParameterSet
Definition: ParameterSet.h:47
DTLayer
Definition: DTLayer.h:25
DTDigiSyncFromTable::~DTDigiSyncFromTable
~DTDigiSyncFromTable() override
Destructor.
Definition: DTDigiSyncFromTable.cc:16
DTWireId.h
DTDigiSyncFromTable::emulatorOffset
double emulatorOffset(const DTWireId *id) const override
Offset to obtain "raw" TDCs for the L1 emulator from digis.
Definition: DTDigiSyncFromTable.cc:28
mps_fire.result
result
Definition: mps_fire.py:311
ParameterSet.h