21 fixedDrift(config.getParameter<double>(
"fixedDrift")),
22 hitResolution(config.getParameter<double>(
"hitResolution")),
23 minTime(config.getParameter<double>(
"minTime")),
24 maxTime(config.getParameter<double>(
"maxTime")),
25 debug(config.getUntrackedParameter<bool>(
"debug"))
43 DTWireId wireId(layerId, (*digi).wire());
45 bool isDouble =
false;
48 if (wireId == (*doubleWireCheck).wireId()) {
61 bool OK =
compute(layer, *digi, lpoint, rpoint, tmpErr);
91 return compute(layer, wireId, digi.
time(), globWirePos, leftPoint, rightPoint,
error, 1);
115 const float digiTime,
127 if (digiTime < minTime || digiTime >
maxTime) {
129 cout <<
"[DTNoDriftAlgo]*** Drift time out of window for in-time hits " << digiTime << endl;
151 cout <<
"[DTNoDriftAlgo] Compute drift distance, for digi at wire: " << wireId << endl
152 <<
" Step: " << step << endl
153 <<
" Digi time: " << digiTime
156 <<
" Fixed Drift distance: " << drift << endl
157 <<
" Hit Resolution: " << hitResolution << endl
158 <<
" Left point: " << leftPoint << endl
159 <<
" Right point: " << rightPoint << endl
160 <<
" Error: " << error << endl;
169 const float digiTime,
177 if (
compute(layer, wireId, digiTime, globPos, leftPoint, rightPoint, error, step)) {
179 switch (newHit1D.
lrSide()) {
189 throw cms::Exception(
"InvalidDTCellSide") <<
"[DTNoDriftAlgo] Compute at Step " << step <<
", Hit side "
190 << newHit1D.
lrSide() <<
" is invalid!" << endl;
void setES(const edm::EventSetup &setup) override
Pass the Event Setup to the algo at each event.
float wirePosition(int wireNumber) const
Returns the x position in the layer of a given wire number.
Point3DBase< Scalar, LocalTag > LocalPoint
const float hitResolution
edm::OwnVector< DTRecHit1DPair > reconstruct(const DTLayer *layer, const DTLayerId &layerId, const DTDigiCollection::Range &digiRange) override
DTLayerId id() const
Return the DetId of this SL.
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
LocalVector drift(const StripGeomDetUnit *, const MagneticField &, const SiStripLorentzAngle &)
int wire() const
Return wire number.
constexpr std::array< uint8_t, layerIndexSize > layer
const DTTopology & specificTopology() const
double time() const
Get time in ns.
void setPositionAndError(DTEnums::DTCellSide lrside, const LocalPoint &point, const LocalError &err)
float digiTime() const
Return the time (ns) of the digi used to build the rechit.
~DTNoDriftAlgo() override
Destructor.
int wire() const
Return the wire number.
std::pair< int, edm::FunctionWithDict > OK
std::pair< const_iterator, const_iterator > Range
std::vector< DigiType >::const_iterator const_iterator
LocalError localPositionError() const override
Return the 3-dimensional error on the local position.
tuple config
parse the configuration file
bool isWireValid(const int wireNumber) const
DTNoDriftAlgo(const edm::ParameterSet &config, edm::ConsumesCollector)
Constructor.
void setPositionAndError(LocalPoint pos, LocalError err)
Set the local position and its error.
bool compute(const DTLayer *layer, const DTDigi &digi, LocalPoint &leftPoint, LocalPoint &rightPoint, LocalError &error) const override
LocalPoint localPosition() const override
Return the 3-dimensional local position.
DTEnums::DTCellSide lrSide() const
The side of the cell.
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
DTWireId wireId() const
Return the wireId.