#include <DTTTrigSyncT0Only.h>
Public Member Functions | |
DTTTrigSyncT0Only (const edm::ParameterSet &config) | |
Constructor. More... | |
virtual double | emulatorOffset (const DTWireId &wireId, double &tTrig, double &t0cell) |
virtual double | offset (const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globPos, double &tTrig, double &wirePropCorr, double &tofCorr) |
virtual double | offset (const DTWireId &wireId) |
virtual void | setES (const edm::EventSetup &setup) |
Pass the Event Setup to the algo at each event. More... | |
virtual | ~DTTTrigSyncT0Only () |
Destructor. More... | |
Public Member Functions inherited from DTTTrigBaseSync | |
DTTTrigBaseSync () | |
Constructor. More... | |
virtual double | emulatorOffset (const DTWireId &wireId) |
double | offset (const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globalPos) |
virtual | ~DTTTrigBaseSync () |
Destructor. More... | |
Private Attributes | |
const DTT0 * | tZeroMap |
Static Private Attributes | |
static bool | debug |
Concrete implementation of a DTTTrigBaseSync. This plugin reads only the t0 from pulses from the DB.
Definition at line 26 of file DTTTrigSyncT0Only.h.
DTTTrigSyncT0Only::DTTTrigSyncT0Only | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 25 of file DTTTrigSyncT0Only.cc.
References debug, and edm::ParameterSet::getUntrackedParameter().
|
virtual |
|
virtual |
Time (ns) to be subtracted to the digi time for emulation purposes Returns just 0 in this implementation of the plugin
Implements DTTTrigBaseSync.
Definition at line 86 of file DTTTrigSyncT0Only.cc.
|
virtual |
Time (ns) to be subtracted to the digi time, Parameters are the layer and the wireId to which the digi is referred and the estimation of the 3D hit position (globPos)
Implements DTTTrigBaseSync.
Definition at line 48 of file DTTTrigSyncT0Only.cc.
References gather_cfg::cout, debug, and evf::evtn::offset().
|
virtual |
Time (ns) to be subtracted to the digi time. It does not take into account TOF and signal propagation along the wire
Implements DTTTrigBaseSync.
Definition at line 70 of file DTTTrigSyncT0Only.cc.
References DTTimeUnits::ns.
|
virtual |
Pass the Event Setup to the algo at each event.
Implements DTTTrigBaseSync.
Definition at line 35 of file DTTTrigSyncT0Only.cc.
References gather_cfg::cout, debug, and edm::EventSetup::get().
|
staticprivate |
Definition at line 65 of file DTTTrigSyncT0Only.h.
|
private |
Definition at line 62 of file DTTTrigSyncT0Only.h.