CMS 3D CMS Logo

DTTTrigBaseSync.cc
Go to the documentation of this file.
1 /*
2  * See header file for a description of this class.
3  *
4  * \author G. Cerminara - INFN Torino
5  */
6 
8 
10 
12 
13 double DTTTrigBaseSync::offset(const DTLayer* layer, const DTWireId& wireId, const GlobalPoint& globalPos) const {
14  double tTrig = 0;
15  double wireProp = 0;
16  double tof = 0;
17  return offset(layer, wireId, globalPos, tTrig, wireProp, tof);
18 }
19 
20 double DTTTrigBaseSync::emulatorOffset(const DTWireId& wireId) const {
21  double tTrig = 0.;
22  double t0cell = 0.;
23  return emulatorOffset(wireId, tTrig, t0cell);
24 }
dttriganalyzer_cfi.tTrig
tTrig
Definition: dttriganalyzer_cfi.py:11
DTTTrigBaseSync::emulatorOffset
virtual double emulatorOffset(const DTWireId &wireId) const
Definition: DTTTrigBaseSync.cc:20
DTWireId
Definition: DTWireId.h:12
Point3DBase< float, GlobalTag >
phase1PixelTopology::layer
constexpr std::array< uint8_t, layerIndexSize > layer
Definition: phase1PixelTopology.h:99
DTTTrigBaseSync.h
DTTTrigBaseSync::DTTTrigBaseSync
DTTTrigBaseSync()
Constructor.
Definition: DTTTrigBaseSync.cc:9
DTLayer
Definition: DTLayer.h:25
DTTTrigBaseSync::offset
double offset(const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globalPos) const
Definition: DTTTrigBaseSync.cc:13
DTTTrigBaseSync::~DTTTrigBaseSync
virtual ~DTTTrigBaseSync()
Destructor.
Definition: DTTTrigBaseSync.cc:11