Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
* $Date: 2009/10/21 17:05:47 $
5
* $Revision: 1.2 $
6
* \author G. Cerminara - INFN Torino
7
*/
8
9
#include "
CalibMuon/DTDigiSync/interface/DTTTrigBaseSync.h
"
10
11
12
DTTTrigBaseSync::DTTTrigBaseSync
(){}
13
14
15
16
DTTTrigBaseSync::~DTTTrigBaseSync
(){}
17
18
19
20
double
DTTTrigBaseSync::offset
(
const
DTLayer
* layer,
21
const
DTWireId
& wireId,
22
const
GlobalPoint
& globalPos) {
23
double
tTrig = 0;
24
double
wireProp = 0;
25
double
tof = 0;
26
return
offset
(layer, wireId, globalPos, tTrig, wireProp, tof);
27
}
28
29
30
31
double
DTTTrigBaseSync::emulatorOffset
(
const
DTWireId
& wireId) {
32
33
double
tTrig = 0.;
34
double
t0cell = 0.;
35
return
emulatorOffset
(wireId, tTrig, t0cell);
36
}
DTTTrigBaseSync::offset
double offset(const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globalPos)
Definition:
DTTTrigBaseSync.cc:20
DTTTrigBaseSync::emulatorOffset
virtual double emulatorOffset(const DTWireId &wireId)
Definition:
DTTTrigBaseSync.cc:31
DTTTrigBaseSync::~DTTTrigBaseSync
virtual ~DTTTrigBaseSync()
Destructor.
Definition:
DTTTrigBaseSync.cc:16
Point3DBase< float, GlobalTag >
DTLayer
Definition:
DTLayer.h:28
DTWireId
Definition:
DTWireId.h:15
DTTTrigBaseSync::DTTTrigBaseSync
DTTTrigBaseSync()
Constructor.
Definition:
DTTTrigBaseSync.cc:12
DTTTrigBaseSync.h
Generated for CMSSW Reference Manual by
1.8.5