#include <DTTTrigSyncT0Only.h>
Public Member Functions | |
DTTTrigSyncT0Only (const edm::ParameterSet &config) | |
Constructor. More... | |
double | emulatorOffset (const DTWireId &wireId, double &tTrig, double &t0cell) override |
double | offset (const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globPos, double &tTrig, double &wirePropCorr, double &tofCorr) override |
double | offset (const DTWireId &wireId) override |
void | setES (const edm::EventSetup &setup) override |
Pass the Event Setup to the algo at each event. More... | |
~DTTTrigSyncT0Only () override | |
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 bool | debug |
const DTT0 * | tZeroMap |
Concrete implementation of a DTTTrigBaseSync. This plugin reads only the t0 from pulses from the DB.
Definition at line 24 of file DTTTrigSyncT0Only.h.
DTTTrigSyncT0Only::DTTTrigSyncT0Only | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 23 of file DTTTrigSyncT0Only.cc.
|
override |
|
overridevirtual |
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 81 of file DTTTrigSyncT0Only.cc.
|
overridevirtual |
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 47 of file DTTTrigSyncT0Only.cc.
References gather_cfg::cout, and debug.
|
overridevirtual |
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 69 of file DTTTrigSyncT0Only.cc.
References DTT0::get(), DTTimeUnits::ns, cscNeutronWriter_cfi::t0, and tZeroMap.
|
overridevirtual |
Pass the Event Setup to the algo at each event.
Implements DTTTrigBaseSync.
Definition at line 34 of file DTTTrigSyncT0Only.cc.
References gather_cfg::cout, debug, edm::EventSetup::get(), cscNeutronWriter_cfi::t0, tZeroMap, and DTT0::version().
|
private |
Definition at line 63 of file DTTTrigSyncT0Only.h.
Referenced by util.rrapi.RRApi::dprint(), rrapi.RRApi::dprint(), pkg.AbstractPkg::generate(), util.rrapi.RRApi::get(), rrapi.RRApi::get(), pkg.AbstractPkg::get_kwds(), offset(), setES(), and pkg.AbstractPkg::write().
|
private |
Definition at line 60 of file DTTTrigSyncT0Only.h.