test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
10
DTTTrigBaseSync::DTTTrigBaseSync
(){}
11
12
13
14
DTTTrigBaseSync::~DTTTrigBaseSync
(){}
15
16
17
18
double
DTTTrigBaseSync::offset
(
const
DTLayer
* layer,
19
const
DTWireId
& wireId,
20
const
GlobalPoint
& globalPos) {
21
double
tTrig = 0;
22
double
wireProp = 0;
23
double
tof = 0;
24
return
offset
(layer, wireId, globalPos, tTrig, wireProp, tof);
25
}
26
27
28
29
double
DTTTrigBaseSync::emulatorOffset
(
const
DTWireId
& wireId) {
30
31
double
tTrig = 0.;
32
double
t0cell = 0.;
33
return
emulatorOffset
(wireId, tTrig, t0cell);
34
}
DTTTrigBaseSync::offset
double offset(const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globalPos)
Definition:
DTTTrigBaseSync.cc:18
DTTTrigBaseSync::emulatorOffset
virtual double emulatorOffset(const DTWireId &wireId)
Definition:
DTTTrigBaseSync.cc:29
DTTTrigBaseSync::~DTTTrigBaseSync
virtual ~DTTTrigBaseSync()
Destructor.
Definition:
DTTTrigBaseSync.cc:14
Point3DBase< float, GlobalTag >
DTLayer
Definition:
DTLayer.h:26
DTWireId
Definition:
DTWireId.h:13
DTTTrigBaseSync::DTTTrigBaseSync
DTTTrigBaseSync()
Constructor.
Definition:
DTTTrigBaseSync.cc:10
DTTTrigBaseSync.h
Generated for CMSSW Reference Manual by
1.8.5