CalibMuon
DTDigiSync
src
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
7
#include "
CalibMuon/DTDigiSync/interface/DTTTrigBaseSync.h
"
8
9
DTTTrigBaseSync::DTTTrigBaseSync
() {}
10
11
DTTTrigBaseSync::~DTTTrigBaseSync
() {}
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
}
DTTTrigBaseSync::emulatorOffset
virtual double emulatorOffset(const DTWireId &wireId) const
Definition:
DTTTrigBaseSync.cc:20
dttriganalyzer_cfi.tTrig
tTrig
Definition:
dttriganalyzer_cfi.py:11
phase1PixelTopology::layer
constexpr std::array< uint8_t, layerIndexSize > layer
Definition:
SimplePixelTopology.h:138
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
Point3DBase< float, GlobalTag >
DTLayer
Definition:
DTLayer.h:25
DTWireId
Definition:
DTWireId.h:12
DTTTrigBaseSync::DTTTrigBaseSync
DTTTrigBaseSync()
Constructor.
Definition:
DTTTrigBaseSync.cc:9
DTTTrigBaseSync.h
Generated for CMSSW Reference Manual by
1.8.14