CMS 3D CMS Logo

Setup.h
Go to the documentation of this file.
1 #ifndef L1Trigger_TrackerDTC_Setup_h
2 #define L1Trigger_TrackerDTC_Setup_h
3 
20 
25 
26 #include <vector>
27 #include <unordered_map>
28 
29 namespace trackerDTC {
30 
33  // handles 2 pi overflow
34  inline double deltaPhi(double lhs, double rhs = 0.) { return reco::deltaPhi(lhs, rhs); }
35 
41  class Setup {
42  public:
43  Setup() {}
44  Setup(const edm::ParameterSet& iConfig,
48  const TrackerDetToDTCELinkCablingMap& cablingMap,
49  const StubAlgorithmOfficial& stubAlgorithm,
50  const edm::ParameterSet& pSetStubAlgorithm,
51  const edm::ParameterSet& pSetGeometryConfiguration,
52  const edm::ParameterSetID& pSetIdTTStubAlgorithm,
53  const edm::ParameterSetID& pSetIdGeometryConfiguration);
54  ~Setup() {}
55 
56  // true if tracker geometry and magnetic field supported
58  // checks current configuration vs input sample configuration
59  void checkHistory(const edm::ProcessHistory& processHistory) const;
60  // converts tk layout id into dtc id
61  int dtcId(int tklId) const;
62  // converts dtci id into tk layout id
63  int tkLayoutId(int dtcId) const;
64  // converts TFP identifier (region[0-8], channel[0-47]) into dtcId [0-215]
65  int dtcId(int tfpRegion, int tfpChannel) const;
66  // checks if given dtcId is connected to PS or 2S sensormodules
67  bool psModule(int dtcId) const;
68  // checks if given dtcId is connected to -z (false) or +z (true)
69  bool side(int dtcId) const;
70  // ATCA slot number [0-11] of given dtcId
71  int slot(int dtcId) const;
72  // sensor module for det id
73  SensorModule* sensorModule(const DetId& detId) const;
74  // TrackerGeometry
76  // TrackerTopology
78  // returns bit accurate position of a stub from a given tfp identifier region [0-8] channel [0-47]
79  GlobalPoint stubPos(bool hybrid, const TTDTC::Frame& frame, int tfpRegion, int tfpChannel) const;
80  // returns global TTStub position
81  GlobalPoint stubPos(const TTStubRef& ttStubRef) const;
82  // empty trackerDTC EDProduct
84 
85  // Common track finding parameter
86 
87  // half lumi region size in cm
88  double beamWindowZ() const { return beamWindowZ_; }
89  // number of frames betwen 2 resets of 18 BX packets
90  int numFrames() const { return numFrames_; }
91  // number of valid frames per 18 BX packet
92  int numFramesIO() const { return numFramesIO_; }
93  // number of valid frames per 8 BX packet
94  int numFramesFE() const { return numFramesFE_; }
95  // converts GeV in 1/cm
96  double invPtToDphi() const { return invPtToDphi_; }
97  // region size in rad
98  double baseRegion() const { return baseRegion_; }
99  // TP eta cut
100  double tpMaxEta() const { return tpMaxEta_; }
101  // TP cut on vertex pos r in cm
102  double tpMaxVertR() const { return tpMaxVertR_; }
103  // TP cut on vertex pos z in cm
104  double tpMaxVertZ() const { return tpMaxVertZ_; }
105  // TP cut on impact parameter in cm
106  double tpMaxD0() const { return tpMaxD0_; }
107  // required number of associated layers to a TP to consider it reconstruct-able
108  int tpMinLayers() const { return tpMinLayers_; }
109  // required number of associated ps layers to a TP to consider it reconstruct-able
110  int tpMinLayersPS() const { return tpMinLayersPS_; }
111 
112  // TMTT specific parameter
113 
114  // cut on stub and TP pt, also defines region overlap shape in GeV
115  double minPt() const { return minPt_; }
116  // cut on stub eta
117  double maxEta() const { return maxEta_; }
118  // critical radius defining region overlap shape in cm
119  double chosenRofPhi() const { return chosenRofPhi_; }
120  // number of detector layers a reconstructbale particle may cross
121  int numLayers() const { return numLayers_; }
122  // number of bits used for stub r - ChosenRofPhi
123  int widthR() const { return widthR_; }
124  // number of bits used for stub phi w.r.t. phi sector centre
125  int widthPhi() const { return widthPhi_; }
126  // number of bits used for stub z
127  int widthZ() const { return widthZ_; }
128  // number of bits used for stub layer id
129  int widthLayer() const { return widthLayer_; }
130  // internal stub r precision in cm
131  double baseR() const { return baseR_; }
132  // internal stub z precision in cm
133  double baseZ() const { return baseZ_; }
134  // internal stub phi precision in rad
135  double basePhi() const { return basePhi_; }
136  // number of padded 0s in output data format
137  int dtcNumUnusedBits() const { return dtcNumUnusedBits_; }
138 
139  // Hybrid specific parameter
140 
141  // cut on stub and TP pt, also defines region overlap shape in GeV
142  double hybridMinPt() const { return hybridMinPt_; }
143  // cut on stub eta
144  double hybridMaxEta() const { return hybridMaxEta_; }
145  // critical radius defining region overlap shape in cm
146  double hybridChosenRofPhi() const { return hybridChosenRofPhi_; }
147  // max number of detector layer connected to one DTC
148  int hybridNumLayers() const { return hybridNumLayers_; }
149  // number of bits used for stub r w.r.t layer/disk centre for module types (barrelPS, barrel2S, diskPS, disk2S)
151  // number of bits used for stub z w.r.t layer/disk centre for module types (barrelPS, barrel2S, diskPS, disk2S)
153  // number of bits used for stub phi w.r.t. region centre for module types (barrelPS, barrel2S, diskPS, disk2S)
155  // number of bits used for stub row number for module types (barrelPS, barrel2S, diskPS, disk2S)
157  // number of bits used for stub bend number for module types (barrelPS, barrel2S, diskPS, disk2S)
159  // number of bits used for stub layer id
160  int hybridWidthLayer() const { return hybridWidthLayer_; }
161  // precision or r in cm for (barrelPS, barrel2S, diskPS, disk2S)
162  double hybridBaseR(SensorModule::Type type) const { return hybridBasesR_.at(type); }
163  // precision or phi in rad for (barrelPS, barrel2S, diskPS, disk2S)
165  // precision or z in cm for (barrelPS, barrel2S, diskPS, disk2S)
166  double hybridBaseZ(SensorModule::Type type) const { return hybridBasesZ_.at(type); }
167  // precision or alpha in pitch units for (barrelPS, barrel2S, diskPS, disk2S)
169  // number of padded 0s in output data format for (barrelPS, barrel2S, diskPS, disk2S)
171  // stub cut on cot(theta) = tan(lambda) = sinh(eta)
172  double hybridMaxCot() const { return hybridMaxCot_; }
173  // number of outer PS rings for disk 1, 2, 3, 4, 5
174  int hybridNumRingsPS(int layerId) const { return hybridNumRingsPS_.at(layerId); }
175  // mean radius of outer tracker barrel layer
176  double hybridLayerR(int layerId) const { return hybridLayerRs_.at(layerId); }
177  // mean z of outer tracker endcap disks
178  double hybridDiskZ(int layerId) const { return hybridDiskZs_.at(layerId); }
179 
180  // Parameter specifying TTStub algorithm
181 
182  // number of tilted layer rings per barrel layer
183  double numTiltedLayerRing(int layerId) const { return numTiltedLayerRings_.at(layerId); };
184  // stub bend window sizes for flat barrel layer in full pitch units
185  double windowSizeBarrelLayer(int layerId) const { return windowSizeBarrelLayers_.at(layerId); };
186  // stub bend window sizes for tilted barrel layer rings in full pitch units
187  double windowSizeTiltedLayerRing(int layerId, int ring) const {
188  return windowSizeTiltedLayerRings_.at(layerId).at(ring);
189  };
190  // stub bend window sizes for endcap disks rings in full pitch units
191  double windowSizeEndcapDisksRing(int layerId, int ring) const {
192  return windowSizeEndcapDisksRings_.at(layerId).at(ring);
193  };
194  // precision of window sizes in pitch units
195  double baseWindowSize() const { return baseWindowSize_; }
196  // index = encoded bend, value = decoded bend for given window size and module type
197  const std::vector<double>& encodingBend(int windowSize, bool psModule) const;
198 
199  // Parameter specifying front-end
200 
201  // number of bits used for internal stub bend
202  int widthBend() const { return widthBend_; }
203  // number of bits used for internal stub column
204  int widthCol() const { return widthCol_; }
205  // number of bits used for internal stub row
206  int widthRow() const { return widthRow_; }
207  // precision of internal stub bend in pitch units
208  double baseBend() const { return baseBend_; }
209  // precision of internal stub column in pitch units
210  double baseCol() const { return baseCol_; }
211  // precision of internal stub row in pitch units
212  double baseRow() const { return baseRow_; }
213  // used stub bend uncertainty in pitch units
214  double bendCut() const { return bendCut_; }
215 
216  // Parameter specifying DTC
217 
218  // number of phi slices the outer tracker readout is organized in
219  int numRegions() const { return numRegions_; }
220  // number of regions a reconstructable particles may cross
222  // number of DTC boards used to readout a detector region, likely constructed to be an integerer multiple of NumSlots_
223  int numDTCsPerRegion() const { return numDTCsPerRegion_; }
224  // max number of sensor modules connected to one DTC board
225  int numModulesPerDTC() const { return numModulesPerDTC_; }
226  // number of systiloic arrays in stub router firmware
228  // fifo depth in stub router firmware
229  int dtcDepthMemory() const { return dtcDepthMemory_; }
230  // number of row bits used in look up table
231  int dtcWidthRowLUT() const { return dtcWidthRowLUT_; }
232  // number of bits used for stub qOverPt. lut addr is col + bend = 11 => 1 BRAM -> 18 bits for min and max val -> 9
233  int dtcWidthQoverPt() const { return dtcWidthQoverPt_; }
234  // tk layout det id minus DetSetVec->detId
235  int offsetDetIdDSV() const { return offsetDetIdDSV_; }
236  // tk layout det id minus TrackerTopology lower det id
237  int offsetDetIdTP() const { return offsetDetIdTP_; }
238  // offset in layer ids between barrel layer and endcap disks
239  int offsetLayerDisks() const { return offsetLayerDisks_; }
240  // offset between 0 and smallest layer id (barrel layer 1)
241  int offsetLayerId() const { return offsetLayerId_; }
242  // total number of outer tracker DTCs
243  int numDTCs() const { return numDTCs_; }
244  // number of DTCs connected to one TFP (48)
245  int numDTCsPerTFP() const { return numDTCsPerTFP_; }
246  // total number of max possible outer tracker modules (72 per DTC)
247  int numModules() const { return numModules_; }
248  // max number of moudles connected to a systiloic array in stub router firmware
250  // number of merged rows for look up
251  int dtcNumMergedRows() const { return dtcNumMergedRows_; }
252  // number of bits used for phi of row slope
253  int dtcWidthM() const { return dtcWidthM_; }
254  // internal stub q over pt precision in 1 /cm
255  double dtcBaseQoverPt() const { return dtcBaseQoverPt_; }
256  // phi of row slope precision in rad / pitch unit
257  double dtcBaseM() const { return dtcBaseM_; }
258  // number of bits for internal stub phi
259  int widthPhiDTC() const { return widthPhiDTC_; }
260  // sensor modules connected to given dtc id
261  const std::vector<SensorModule*>& dtcModules(int dtcId) const { return dtcModules_.at(dtcId); }
262  // index = encoded layerId, inner value = decoded layerId for given tfp channel [0-47]
263  const std::vector<int>& encodingLayerId(int tfpChannel) const;
264 
265  // Parameter specifying GeometricProcessor
266 
267  // number of phi sectors used in hough transform
268  int numSectorsPhi() const { return numSectorsPhi_; }
269  // number of eta sectors used in hough transform
270  int numSectorsEta() const { return numSectorsEta_; }
271  // # critical radius defining r-z sector shape in cm
272  double chosenRofZ() const { return chosenRofZ_; }
273  // fifo depth in stub router firmware
274  int gpDepthMemory() const { return gpDepthMemory_; }
275  // defining r-z sector shape
276  double boundarieEta(int eta) const { return boundariesEta_.at(eta); }
277  // phi sector size in rad
278  double baseSector() const { return baseSector_; }
279  // cut on zT
280  double maxZT() const { return maxZT_; }
281  // cut on stub cot theta
282  double maxCot() const { return maxCot_; }
283  // number of bits used for internal stub sector eta
284  int widthSectorEta() const { return widthSectorEta_; }
285  // number of bits to represent z residual w.r.t. sector center
286  int widthChiZ() const { return widthChiZ_; }
287 
288  // Parameter specifying HoughTransform
289 
290  // number of qOverPt bins used in hough transform
291  int htNumBinsQoverPt() const { return htNumBinsQoverPt_; }
292  // number of phiT bins used in hough transform
293  int htNumBinsPhiT() const { return htNumBinsPhiT_; }
294  // required number of stub layers to form a candidate
295  int htMinLayers() const { return htMinLayers_; }
296  // internal fifo depth
297  int htDepthMemory() const { return htDepthMemory_; }
298  // number of bits used for candidate q over pt
299  int htWidthQoverPt() const { return htWidthQoverPt_; }
300  // number of bits used for candidate phiT
301  int htWidthPhiT() const { return htWidthPhiT_; }
302  // number of bits to represent phi residual w.r.t. ht candiate
303  int widthChiPhi() const { return widthChiPhi_; }
304  // q over pt bin width precision in 1 /cm
305  double htBaseQoverPt() const { return htBaseQoverPt_; }
306  // phiT bin width in rad
307  double htBasePhiT() const { return htBasePhiT_; }
308 
309  // Parameter specifying MiniHoughTransform
310 
311  // number of finer qOverPt bins inside HT bin
312  int mhtNumBinsQoverPt() const { return mhtNumBinsQoverPt_; }
313  // number of finer phiT bins inside HT bin
314  int mhtNumBinsPhiT() const { return mhtNumBinsPhiT_; }
315  // number of dynamic load balancing steps
316  int mhtNumDLB() const { return mhtNumDLB_; }
317  // required number of stub layers to form a candidate
318  int mhtMinLayers() const { return mhtMinLayers_; }
319  // number of mht cells
320  int mhtNumCells() const { return mhtNumCells_; }
321  // number of bits used for candidate q over pt
322  int mhtWidthQoverPt() const { return mhtWidthQoverPt_; }
323  // number of bits used for candidate phiT
324  int mhtWidthPhiT() const { return mhtWidthPhiT_; }
325  // q over pt bin width precision in 1 /cm
326  double mhtBaseQoverPt() const { return mhtBaseQoverPt_; }
327  // phiT bin width in rad
328  double mhtBasePhiT() const { return mhtBasePhiT_; }
329 
330  // Parameter specifying SeedFilter
331 
332  // required number of stub layers to form a candidate
333  int sfMinLayers() const { return sfMinLayers_; }
334  // cot(theta) precision
335  double sfBaseCot() const { return sfBaseCot_; }
336  // zT precision in cm
337  double sfBaseZT() const { return sfBaseZT_; }
338 
339  // Parameter specifying KalmanFilter
340 
341  // number of bits for internal reciprocal look up
342  int kfWidthLutInvPhi() const { return kfWidthLutInvPhi_; }
343  // number of bits for internal reciprocal look up
344  int kfWidthLutInvZ() const { return kfWidthLutInvZ_; }
345  // cut on number of input candidates
346  int kfNumTracks() const { return kfNumTracks_; }
347  // required number of stub layers to form a track
348  int kfMinLayers() const { return kfMinLayers_; }
349  // maximum number of layers added to a track
350  int kfMaxLayers() const { return kfMaxLayers_; }
351  // cut on number of stub per layer for input candidates
352  int kfMaxStubsPerLayer() const { return kfMaxStubsPerLayer_; }
353  // maximum allowed skipped layers from inside to outside to form a track
354  int kfMaxSkippedLayers() const { return kfMaxSkippedLayers_; }
355  double kfBasem0() const { return kfBasem0_; }
356  double kfBasem1() const { return kfBasem1_; }
357  double kfBasev0() const { return kfBasev0_; }
358  double kfBasev1() const { return kfBasev1_; }
359  double kfBasex0() const { return kfBasex0_; }
360  double kfBasex1() const { return kfBasex1_; }
361  double kfBasex2() const { return kfBasex2_; }
362  double kfBasex3() const { return kfBasex3_; }
363  double kfBaseH00() const { return kfBaseH00_; }
364  double kfBaseH12() const { return kfBaseH12_; }
365  double kfBaser0() const { return kfBaser0_; }
366  double kfBaser1() const { return kfBaser1_; }
367  double kfBaser02() const { return kfBaser02_; }
368  double kfBaser12() const { return kfBaser12_; }
369  double kfBaseS00() const { return kfBaseS00_; }
370  double kfBaseS01() const { return kfBaseS01_; }
371  double kfBaseS12() const { return kfBaseS12_; }
372  double kfBaseS13() const { return kfBaseS13_; }
373  double kfBaseR00() const { return kfBaseR00_; }
374  double kfBaseR11() const { return kfBaseR11_; }
375  double kfBaseInvR00() const { return kfBaseInvR00_; }
376  double kfBaseInvR11() const { return kfBaseInvR11_; }
377  double kfBaseK00() const { return kfBaseK00_; }
378  double kfBaseK10() const { return kfBaseK10_; }
379  double kfBaseK21() const { return kfBaseK21_; }
380  double kfBaseK31() const { return kfBaseK31_; }
381  double kfBaseC00() const { return kfBaseC00_; }
382  double kfBaseC01() const { return kfBaseC01_; }
383  double kfBaseC11() const { return kfBaseC11_; }
384  double kfBaseC22() const { return kfBaseC22_; }
385  double kfBaseC23() const { return kfBaseC23_; }
386  double kfBaseC33() const { return kfBaseC33_; }
387  double kfBaseChi20() const { return kfBaseChi20_; }
388  double kfBaseChi21() const { return kfBaseChi21_; }
389  double kfBaseChi2() const { return kfBaseChi2_; }
390 
391  // Parameter specifying DuplicateRemoval
392 
393  // internal memory depth
394  int drDepthMemory() const { return drDepthMemory_; }
395  // number of bist used for phi0
396  int drWidthPhi0() const { return drWidthPhi0_; }
397  // umber of bist used for qOverPt
398  int drWidthQoverPt() const { return drWidthQoverPt_; }
399  // number of bist used for cot(theta)
400  int drWidthCot() const { return drWidthCot_; }
401  // number of bist used for z0
402  int drWidthZ0() const { return drWidthZ0_; }
403  double drBaseQoverPt() const { return drBaseQoverPt_; }
404  double drBasePhi0() const { return drBasePhi0_; }
405  double drBaseCot() const { return drBaseCot_; }
406  double drBaseZ0() const { return drBaseZ0_; }
407 
408  private:
409  // checks consitency between history and current configuration for a specific module
410  void checkHistory(const edm::ProcessHistory&,
411  const edm::pset::Registry*,
412  const std::string&,
413  const edm::ParameterSetID&) const;
414  // dumps pSetHistory where incosistent lines with pSetProcess are highlighted
415  std::string dumpDiff(const edm::ParameterSet& pSetHistory, const edm::ParameterSet& pSetProcess) const;
416  // check if bField is supported
417  void checkMagneticField();
418  // check if geometry is supported
419  void checkGeometry();
420  // derive constants
421  void calculateConstants();
422  // convert configuration of TTStubAlgorithm
423  void consumeStubAlgorithm();
424  // create bend encodings
425  void encodeBend(std::vector<std::vector<double>>&, bool) const;
426  // create encodingsLayerId
427  void encodeLayerId();
428  // create sensor modules
429  void produceSensorModules();
430  // range check of dtc id
431  void checkDTCId(int dtcId) const;
432  // range check of tklayout id
433  void checkTKLayoutId(int tkLayoutId) const;
434  // range check of tfp identifier
435  void checkTFPIdentifier(int tfpRegion, int tfpChannel) const;
436 
437  // MagneticField
439  // TrackerGeometry
441  // TrackerTopology
443  // CablingMap
445  // TTStub algorithm used to create bend encodings
447  // pSet of ttStub algorithm, used to identify bend window sizes of sensor modules
449  // pSet of geometry configuration, used to identify if geometry is supported
451  // pset id of current TTStubAlgorithm
453  // pset id of current geometry configuration
455 
456  // Parameter to check if configured Tracker Geometry is supported
458  // label of ESProducer/ESSource
460  // compared path
462  // compared filen ame
464  // list of supported versions
465  std::vector<std::string> sgXMLVersions_;
466 
467  // Parameter to check if Process History is consistent with process configuration
469  // label of compared GeometryConfiguration
471  // label of compared TTStubAlgorithm
473 
474  // Common track finding parameter
476  // half lumi region size in cm
477  double beamWindowZ_;
478  // required number of layers a found track has to have in common with a TP to consider it matched to it
480  // required number of ps layers a found track has to have in common with a TP to consider it matched to it
482  // allowed number of stubs a found track may have not in common with its matched TP
484  // allowed number of PS stubs a found track may have not in common with its matched TP
486 
487  // TMTT specific parameter
489  // cut on stub and TP pt, also defines region overlap shape in GeV
490  double minPt_;
491  // cut on stub eta
492  double maxEta_;
493  // critical radius defining region overlap shape in cm
495  // number of detector layers a reconstructbale particle may cross
497  // number of bits used for stub r - ChosenRofPhi
498  int widthR_;
499  // number of bits used for stub phi w.r.t. phi sector centre
501  // number of bits used for stub z
502  int widthZ_;
503 
504  // Hybrid specific parameter
506  // cut on stub and TP pt, also defines region overlap shape in GeV
507  double hybridMinPt_;
508  // cut on stub eta
510  // critical radius defining region overlap shape in cm
512  // max number of detector layer connected to one DTC
514  // number of outer PS rings for disk 1, 2, 3, 4, 5
515  std::vector<int> hybridNumRingsPS_;
516  // number of bits used for stub r w.r.t layer/disk centre for module types (barrelPS, barrel2S, diskPS, disk2S)
517  std::vector<int> hybridWidthsR_;
518  // number of bits used for stub z w.r.t layer/disk centre for module types (barrelPS, barrel2S, diskPS, disk2S)
519  std::vector<int> hybridWidthsZ_;
520  // number of bits used for stub phi w.r.t. region centre for module types (barrelPS, barrel2S, diskPS, disk2S)
521  std::vector<int> hybridWidthsPhi_;
522  // number of bits used for stub row number for module types (barrelPS, barrel2S, diskPS, disk2S)
523  std::vector<int> hybridWidthsAlpha_;
524  // number of bits used for stub bend number for module types (barrelPS, barrel2S, diskPS, disk2S)
525  std::vector<int> hybridWidthsBend_;
526  // range in stub r which needs to be covered for module types (barrelPS, barrel2S, diskPS, disk2S)
527  std::vector<double> hybridRangesR_;
528  // range in stub z which needs to be covered for module types (barrelPS, barrel2S, diskPS, disk2S)
529  std::vector<double> hybridRangesZ_;
530  // range in stub row which needs to be covered for module types (barrelPS, barrel2S, diskPS, disk2S)
531  std::vector<double> hybridRangesAlpha_;
532  // mean radius of outer tracker barrel layer
533  std::vector<double> hybridLayerRs_;
534  // mean z of outer tracker endcap disks
535  std::vector<double> hybridDiskZs_;
536  // center radius of outer tracker endcap 2S diks strips
537  std::vector<edm::ParameterSet> hybridDisk2SRsSet_;
538 
539  // Parameter specifying TrackingParticle used for Efficiency measurements
541  // eta cut
542  double tpMaxEta_;
543  // cut on vertex pos r in cm
544  double tpMaxVertR_;
545  // cut on vertex pos z in cm
546  double tpMaxVertZ_;
547  // cut on impact parameter in cm
548  double tpMaxD0_;
549  // required number of associated layers to a TP to consider it reconstruct-able
551  // required number of associated ps layers to a TP to consider it reconstruct-able
553 
554  // Fimrware specific Parameter
556  // needed gap between events of emp-infrastructure firmware
558  // LHC bunch crossing rate in MHz
559  double freqLHC_;
560  // processing Frequency of DTC & TFP in MHz, has to be integer multiple of FreqLHC
561  double freqBE_;
562  // number of events collected in front-end
563  int tmpFE_;
564  // time multiplexed period of track finding processor
565  int tmpTFP_;
566  // speed of light used in FW in e8 m/s
568  // BField used in fw in T
569  double bField_;
570  // accepted BField difference between FW to EventSetup in T
571  double bFieldError_;
572  // outer radius of outer tracker in cm
573  double outerRadius_;
574  // inner radius of outer tracker in cm
575  double innerRadius_;
576  // half length of outer tracker in cm
577  double halfLength_;
578  // max strip/pixel pitch of outer tracker sensors in cm
579  double maxPitch_;
580 
581  // Parameter specifying front-end
583  // number of bits used for internal stub bend
585  // number of bits used for internal stub column
587  // number of bits used for internal stub row
589  // precision of internal stub bend in pitch units
590  double baseBend_;
591  // precision of internal stub column in pitch units
592  double baseCol_;
593  // precision of internal stub row in pitch units
594  double baseRow_;
595  // precision of window sizes in pitch units
597  // used stub bend uncertainty in pitch units
598  double bendCut_;
599 
600  // Parameter specifying DTC
602  // number of phi slices the outer tracker readout is organized in
604  // number of regions a reconstructable particles may cross
606  // number of Slots in used ATCA crates
608  // number of DTC boards used to readout a detector region, likely constructed to be an integerer multiple of NumSlots_
610  // max number of sensor modules connected to one DTC board
612  // number of systiloic arrays in stub router firmware
614  // fifo depth in stub router firmware
616  // number of row bits used in look up table
618  // number of bits used for stub qOverPt. lut addr is col + bend = 11 => 1 BRAM -> 18 bits for min and max val -> 9
620  // tk layout det id minus DetSetVec->detId
622  // tk layout det id minus TrackerTopology lower det id
624  // offset in layer ids between barrel layer and endcap disks
626  // offset between 0 and smallest layer id (barrel layer 1)
628 
629  // Parameter specifying GeometricProcessor
631  // number of phi sectors used in hough transform
633  // number of eta sectors used in hough transform
635  // # critical radius defining r-z sector shape in cm
636  double chosenRofZ_;
637  // range of stub z residual w.r.t. sector center which needs to be covered
639  // fifo depth in stub router firmware
641  // defining r-z sector shape
642  std::vector<double> boundariesEta_;
643 
644  // Parameter specifying HoughTransform
646  // number of qOverPt bins used in hough transform
648  // number of phiT bins used in hough transform
650  // required number of stub layers to form a candidate
652  // internal fifo depth
654 
655  // Parameter specifying MiniHoughTransform
657  // number of finer qOverPt bins inside HT bin
659  // number of finer phiT bins inside HT bin
661  // number of dynamic load balancing steps
663  // required number of stub layers to form a candidate
665 
666  // Parameter specifying SeedFilter
668  // used cot(Theta) bin width = 2 ** this
670  // used zT bin width = baseZ * 2 ** this
672  // required number of stub layers to form a candidate
674 
675  // Parameter specifying KalmanFilter
677  // number of bits for internal reciprocal look up
679  // number of bits for internal reciprocal look up
681  // cut on number of input candidates
683  // required number of stub layers to form a track
685  // maximum number of layers added to a track
687  // cut on number of stub per layer for input candidates
689  // maximum allowed skipped layers from inside to outside to form a track
718 
719  // Parameter specifying DuplicateRemoval
721  // internal memory depth
723  // number of bist used for phi0
725  // umber of bist used for qOverPt
727  // number of bist used for cot(theta)
729  // number of bist used for z0
731 
732  //
733  // Derived constants
734  //
735 
736  // true if tracker geometry and magnetic field supported
738 
739  // TTStubAlgorithm
740 
741  // number of tilted layer rings per barrel layer
742  std::vector<double> numTiltedLayerRings_;
743  // stub bend window sizes for flat barrel layer in full pitch units
744  std::vector<double> windowSizeBarrelLayers_;
745  // stub bend window sizes for tilted barrel layer rings in full pitch units
746  std::vector<std::vector<double>> windowSizeTiltedLayerRings_;
747  // stub bend window sizes for endcap disks rings in full pitch units
748  std::vector<std::vector<double>> windowSizeEndcapDisksRings_;
749  // maximum stub bend window in half strip units
751 
752  // common Track finding
753 
754  // number of frames betwen 2 resets of 18 BX packets
756  // number of valid frames per 18 BX packet
758  // number of valid frames per 8 BX packet
760  // converts GeV in 1/cm
761  double invPtToDphi_;
762  // region size in rad
763  double baseRegion_;
764 
765  // TMTT
766 
767  // number of bits used for stub layer id
769  // internal stub r precision in cm
770  double baseR_;
771  // internal stub z precision in cm
772  double baseZ_;
773  // internal stub phi precision in rad
774  double basePhi_;
775  // number of padded 0s in output data format
777 
778  // hybrid
779 
780  // number of bits used for stub layer id
782  // precision or r in cm for (barrelPS, barrel2S, diskPS, disk2S)
783  std::vector<double> hybridBasesR_;
784  // precision or phi in rad for (barrelPS, barrel2S, diskPS, disk2S)
785  std::vector<double> hybridBasesPhi_;
786  // precision or z in cm for (barrelPS, barrel2S, diskPS, disk2S)
787  std::vector<double> hybridBasesZ_;
788  // precision or alpha in pitch units for (barrelPS, barrel2S, diskPS, disk2S)
789  std::vector<double> hybridBasesAlpha_;
790  // stub r precision in cm
791  double hybridBaseZ_;
792  // stub z precision in cm
793  double hybridBaseR_;
794  // stub phi precision in rad
796  // stub cut on cot(theta) = tan(lambda) = sinh(eta)
798  // number of padded 0s in output data format for (barrelPS, barrel2S, diskPS, disk2S)
799  std::vector<int> hybridNumsUnusedBits_;
800  // center radius of outer tracker endcap 2S diks strips
801  std::vector<std::vector<double>> disk2SRs_;
802 
803  // DTC
804 
805  // total number of outer tracker DTCs
806  int numDTCs_;
807  // number of DTCs connected to one TFP (48)
809  // total number of max possible outer tracker modules (72 per DTC)
811  // max number of moudles connected to a systiloic array in stub router firmware
813  // number of merged rows for look up
815  // number of bits used for phi of row slope
817  // internal stub q over pt precision in 1 /cm
819  // phi of row slope precision in rad / pitch unit
820  double dtcBaseM_;
821  // number of bits for internal stub phi
823  // outer index = module window size, inner index = encoded bend, inner value = decoded bend, for ps modules
824  std::vector<std::vector<double>> encodingsBendPS_;
825  // outer index = module window size, inner index = encoded bend, inner value = decoded bend, for 2s modules
826  std::vector<std::vector<double>> encodingsBend2S_;
827  // outer index = dtc id in region, inner index = encoded layerId, inner value = decoded layerId
828  std::vector<std::vector<int>> encodingsLayerId_;
829  // collection of outer tracker sensor modules
830  std::vector<SensorModule> sensorModules_;
831  // collection of outer tracker sensor modules organised in DTCS [0-215][0-71]
832  std::vector<std::vector<SensorModule*>> dtcModules_;
833  // hepler to convert Stubs quickly
834  std::unordered_map<DetId, SensorModule*> detIdToSensorModule_;
835 
836  // GP
837 
838  // phi sector size in rad
839  double baseSector_;
840  // cut on zT
841  double maxZT_;
842  // cut on stub cot theta
843  double maxCot_;
844  // number of bits used for internal stub sector eta
846  // number of bits to represent z residual w.r.t. sector center
848 
849  // HT
850 
851  // number of bits used for candidate q over pt
853  // number of bits used for candidate phiT
855  // number of bits to represent phi residual w.r.t. ht candiate
857  // q over pt bin width precision in 1 /cm
859  // phiT bin width precision in rad
860  double htBasePhiT_;
861 
862  // MHT
863 
864  // number of mht cells
866  // number of bits used for candidate q over pt
868  // number of bits used for candidate phiT
870  // q over pt bin width precision in 1 /cm
872  // phiT bin width in rad
873  double mhtBasePhiT_;
874 
875  // SF
876 
877  // cot(theta) precision
878  double sfBaseCot_;
879  // zT precision in cm
880  double sfBaseZT_;
881 
882  // KF
883 
884  double kfBasem0_;
885  double kfBasem1_;
886  double kfBasev0_;
887  double kfBasev1_;
888  double kfBasex0_;
889  double kfBasex1_;
890  double kfBasex2_;
891  double kfBasex3_;
892  double kfBasex4_;
893  double kfBaseH00_;
894  double kfBaseH04_;
895  double kfBaseH12_;
896  double kfBaser0_;
897  double kfBaser1_;
898  double kfBaser02_;
899  double kfBaser12_;
900  double kfBaseS00_;
901  double kfBaseS01_;
902  double kfBaseS04_;
903  double kfBaseS12_;
904  double kfBaseS13_;
905  double kfBaseR00_;
906  double kfBaseR11_;
909  double kfBaseK00_;
910  double kfBaseK10_;
911  double kfBaseK21_;
912  double kfBaseK31_;
913  double kfBaseK40_;
914  double kfBaseC00_;
915  double kfBaseC01_;
916  double kfBaseC04_;
917  double kfBaseC11_;
918  double kfBaseC14_;
919  double kfBaseC44_;
920  double kfBaseC22_;
921  double kfBaseC23_;
922  double kfBaseC33_;
923  double kfBaseChi20_;
924  double kfBaseChi21_;
925  double kfBaseChi2_;
926 
927  // DR
928 
930  double drBasePhi0_;
931  double drBaseCot_;
932  double drBaseZ0_;
933  };
934 
935 } // namespace trackerDTC
936 
938 
939 #endif
trackerDTC::Setup::hybridWidthsR_
std::vector< int > hybridWidthsR_
Definition: Setup.h:517
trackerDTC::Setup::hybridBasePhi
double hybridBasePhi(SensorModule::Type type) const
Definition: Setup.h:164
trackerDTC::Setup::htDepthMemory
int htDepthMemory() const
Definition: Setup.h:297
trackerDTC::Setup::kfBaseShiftChi2_
int kfBaseShiftChi2_
Definition: Setup.h:717
trackerDTC::Setup::kfBaseK31
double kfBaseK31() const
Definition: Setup.h:380
trackerDTC::Setup::pSetHybrid_
edm::ParameterSet pSetHybrid_
Definition: Setup.h:505
trackerDTC::Setup::dtcModules
const std::vector< SensorModule * > & dtcModules(int dtcId) const
Definition: Setup.h:261
trackerDTC::Setup::kfBaseC01_
double kfBaseC01_
Definition: Setup.h:915
trackerDTC::Setup::kfBaseShiftS12_
int kfBaseShiftS12_
Definition: Setup.h:707
trackerDTC::Setup::configurationSupported
bool configurationSupported() const
Definition: Setup.h:57
trackerDTC::Setup::encodingsLayerId_
std::vector< std::vector< int > > encodingsLayerId_
Definition: Setup.h:828
trackerDTC::Setup::widthZ_
int widthZ_
Definition: Setup.h:502
trackerDTC::Setup::dtcNumRoutingBlocks_
int dtcNumRoutingBlocks_
Definition: Setup.h:613
trackerDTC::Setup::kfBaseC23
double kfBaseC23() const
Definition: Setup.h:385
trackerDTC::Setup::dtcBaseM_
double dtcBaseM_
Definition: Setup.h:820
trackerDTC::Setup::kfBaseC00
double kfBaseC00() const
Definition: Setup.h:381
trackerDTC::Setup::kfBaseK10
double kfBaseK10() const
Definition: Setup.h:378
trackerDTC::Setup::dtcBaseM
double dtcBaseM() const
Definition: Setup.h:257
trackerDTC::Setup::hybridMaxCot_
double hybridMaxCot_
Definition: Setup.h:797
trackerDTC::Setup::sfBaseCot
double sfBaseCot() const
Definition: Setup.h:335
trackerDTC::Setup::drBaseQoverPt
double drBaseQoverPt() const
Definition: Setup.h:403
trackerDTC::Setup::kfBasex0
double kfBasex0() const
Definition: Setup.h:359
trackerDTC::Setup::windowSizeBarrelLayers_
std::vector< double > windowSizeBarrelLayers_
Definition: Setup.h:744
TrackerDetToDTCELinkCablingMap
Definition: TrackerDetToDTCELinkCablingMap.h:29
TTDTC
Class to store hardware like structured TTStub Collection used by Track Trigger emulators.
Definition: TTDTC.h:17
trackerDTC::Setup::numLayers_
int numLayers_
Definition: Setup.h:496
trackerDTC::Setup::kfBaseChi20_
double kfBaseChi20_
Definition: Setup.h:923
TTStubAlgorithm
Base class for any algorithm to be used in TTStubBuilder.
Definition: TTStubAlgorithm.h:29
trackerDTC::Setup::kfBaseS13_
double kfBaseS13_
Definition: Setup.h:904
trackerDTC::Setup::kfBaseR11
double kfBaseR11() const
Definition: Setup.h:374
trackerDTC::Setup::mhtWidthQoverPt_
int mhtWidthQoverPt_
Definition: Setup.h:867
trackerDTC::Setup::kfBaseK10_
double kfBaseK10_
Definition: Setup.h:910
trackerDTC::Setup::kfBasex2_
double kfBasex2_
Definition: Setup.h:890
trackerDTC::Setup::gpDepthMemory_
int gpDepthMemory_
Definition: Setup.h:640
trackerDTC::Setup::kfBasex0_
double kfBasex0_
Definition: Setup.h:888
trackerDTC::SensorModule
Definition: SensorModule.h:11
TrackerGeometry.h
trackerDTC::Setup::baseR
double baseR() const
Definition: Setup.h:131
trackerDTC::Setup::kfBaseS04_
double kfBaseS04_
Definition: Setup.h:902
trackerDTC::Setup::trackerTopology
const TrackerTopology * trackerTopology() const
Definition: Setup.h:77
trackerDTC::Setup::beamWindowZ
double beamWindowZ() const
Definition: Setup.h:88
trackerDTC::Setup::kfMinLayers_
int kfMinLayers_
Definition: Setup.h:684
trackerDTC::Setup::drBaseCot_
double drBaseCot_
Definition: Setup.h:931
trackerDTC::Setup::htWidthQoverPt
int htWidthQoverPt() const
Definition: Setup.h:299
trackerDTC::Setup::kfBaser1
double kfBaser1() const
Definition: Setup.h:366
trackerDTC::Setup::drBasePhi0
double drBasePhi0() const
Definition: Setup.h:404
trackerDTC::Setup::tpMaxD0_
double tpMaxD0_
Definition: Setup.h:548
trackerDTC::Setup::drWidthPhi0
int drWidthPhi0() const
Definition: Setup.h:396
trackerDTC::Setup::pSetSF_
edm::ParameterSet pSetSF_
Definition: Setup.h:667
trackerDTC::Setup::baseZ_
double baseZ_
Definition: Setup.h:772
trackerDTC::Setup::tmpTFP_
int tmpTFP_
Definition: Setup.h:565
trackerDTC::Setup::pSetKF_
edm::ParameterSet pSetKF_
Definition: Setup.h:676
trackerDTC::Setup::pSetDTC_
edm::ParameterSet pSetDTC_
Definition: Setup.h:601
trackerDTC::Setup::widthChiZ
int widthChiZ() const
Definition: Setup.h:286
trackerDTC::Setup::configurationSupported_
bool configurationSupported_
Definition: Setup.h:737
trackerDTC::Setup::htWidthPhiT_
int htWidthPhiT_
Definition: Setup.h:854
TTTypes.h
trackerDTC::Setup::widthPhi
int widthPhi() const
Definition: Setup.h:125
trackerDTC::Setup::numFramesIO_
int numFramesIO_
Definition: Setup.h:757
trackerDTC::Setup::kfBasem1
double kfBasem1() const
Definition: Setup.h:356
trackerDTC::Setup::trackerGeometry
const TrackerGeometry * trackerGeometry() const
Definition: Setup.h:75
trackerDTC::Setup::sgXMLVersions_
std::vector< std::string > sgXMLVersions_
Definition: Setup.h:465
trackerDTC::Setup::encodingBend
const std::vector< double > & encodingBend(int windowSize, bool psModule) const
Definition: Setup.cc:333
trackerDTC::Setup::htNumBinsPhiT
int htNumBinsPhiT() const
Definition: Setup.h:293
trackerDTC::Setup::widthRow
int widthRow() const
Definition: Setup.h:206
trackerDTC::Setup::sgXMLFile_
std::string sgXMLFile_
Definition: Setup.h:463
trackerDTC::Setup::kfBaser12
double kfBaser12() const
Definition: Setup.h:368
trackerDTC::Setup::kfBaseH04_
double kfBaseH04_
Definition: Setup.h:894
reco::deltaPhi
constexpr double deltaPhi(double phi1, double phi2)
Definition: deltaPhi.h:26
deltaPhi.h
trackerDTC::Setup::sfBaseZT_
double sfBaseZT_
Definition: Setup.h:880
trackerDTC::Setup::baseZ
double baseZ() const
Definition: Setup.h:133
trackerDTC::Setup::checkMagneticField
void checkMagneticField()
Definition: Setup.cc:345
trackerDTC::Setup::hybridBasesZ_
std::vector< double > hybridBasesZ_
Definition: Setup.h:787
trackerDTC::Setup::hybridNumsUnusedBits_
std::vector< int > hybridNumsUnusedBits_
Definition: Setup.h:799
trackerDTC::Setup::dumpDiff
std::string dumpDiff(const edm::ParameterSet &pSetHistory, const edm::ParameterSet &pSetProcess) const
Definition: Setup.cc:261
trackerDTC::Setup::numFramesInfra_
int numFramesInfra_
Definition: Setup.h:557
trackerDTC::Setup::kfBaseShiftr02_
int kfBaseShiftr02_
Definition: Setup.h:692
TrackerTopology
Definition: TrackerTopology.h:16
trackerDTC::Setup::hybridNumUnusedBits
int hybridNumUnusedBits(SensorModule::Type type) const
Definition: Setup.h:170
trackerDTC::Setup::dtcBaseQoverPt_
double dtcBaseQoverPt_
Definition: Setup.h:818
trackerDTC::Setup::ttDTC
TTDTC ttDTC() const
Definition: Setup.h:83
trackerDTC::Setup::pSetSA_
const edm::ParameterSet * pSetSA_
Definition: Setup.h:448
trackerDTC::Setup::numDTCs
int numDTCs() const
Definition: Setup.h:243
trackerDTC::Setup::kfBaseH12
double kfBaseH12() const
Definition: Setup.h:364
trackerDTC::Setup::windowSizeEndcapDisksRings_
std::vector< std::vector< double > > windowSizeEndcapDisksRings_
Definition: Setup.h:748
trackerDTC::Setup::phTTStubAlgorithm_
std::string phTTStubAlgorithm_
Definition: Setup.h:472
trackerDTC::Setup::kfBaseShiftr1_
int kfBaseShiftr1_
Definition: Setup.h:704
TTDTC.h
trackerDTC::Setup::dtcNumMergedRows
int dtcNumMergedRows() const
Definition: Setup.h:251
trackerDTC::Setup::kfBaseC22
double kfBaseC22() const
Definition: Setup.h:384
trackerDTC::Setup::side
bool side(int dtcId) const
Definition: Setup.cc:307
trackerDTC::Setup::minPt
double minPt() const
Definition: Setup.h:115
trackerDTC::Setup::offsetLayerDisks_
int offsetLayerDisks_
Definition: Setup.h:625
trackerDTC::Setup::widthPhi_
int widthPhi_
Definition: Setup.h:500
trackerDTC::Setup::numTiltedLayerRing
double numTiltedLayerRing(int layerId) const
Definition: Setup.h:183
trackerDTC::Setup::numFrames_
int numFrames_
Definition: Setup.h:755
trackerDTC::Setup::mhtNumCells_
int mhtNumCells_
Definition: Setup.h:865
trackerDTC::Setup::numOverlappingRegions
int numOverlappingRegions() const
Definition: Setup.h:221
trackerDTC::Setup::kfBaser0
double kfBaser0() const
Definition: Setup.h:365
trackerDTC::Setup::widthSectorEta_
int widthSectorEta_
Definition: Setup.h:845
trackerDTC::Setup::chosenRofPhi_
double chosenRofPhi_
Definition: Setup.h:494
trackerDTC::Setup::numDTCs_
int numDTCs_
Definition: Setup.h:806
trackerDTC::Setup::mhtNumCells
int mhtNumCells() const
Definition: Setup.h:320
trackerDTC::Setup::kfBaseShiftK21_
int kfBaseShiftK21_
Definition: Setup.h:709
trackerDTC::Setup::kfBaseK21
double kfBaseK21() const
Definition: Setup.h:379
trackerDTC::Setup::kfBaseShiftR00_
int kfBaseShiftR00_
Definition: Setup.h:698
trackerDTC::Setup::numRegions_
int numRegions_
Definition: Setup.h:603
trackerDTC::Setup::sfBaseDiffZ_
int sfBaseDiffZ_
Definition: Setup.h:671
trackerDTC::Setup::dtcWidthRowLUT
int dtcWidthRowLUT() const
Definition: Setup.h:231
trackerDTC::Setup::numModules
int numModules() const
Definition: Setup.h:247
trackerDTC::Setup::kfBaseShiftC22_
int kfBaseShiftC22_
Definition: Setup.h:714
trackerDTC::Setup::tpMaxVertR
double tpMaxVertR() const
Definition: Setup.h:102
trackerDTC::Setup::pSetMHT_
edm::ParameterSet pSetMHT_
Definition: Setup.h:656
trackerDTC::Setup::kfBasem0
double kfBasem0() const
Definition: Setup.h:355
trackerDTC::Setup::widthLayer
int widthLayer() const
Definition: Setup.h:129
trackerDTC::Setup::drWidthCot_
int drWidthCot_
Definition: Setup.h:728
trackerDTC::Setup::mhtBaseQoverPt_
double mhtBaseQoverPt_
Definition: Setup.h:871
trackerDTC::Setup::checkTFPIdentifier
void checkTFPIdentifier(int tfpRegion, int tfpChannel) const
Definition: Setup.cc:712
trackerDTC::Setup::kfBaseS00
double kfBaseS00() const
Definition: Setup.h:369
trackerDTC::Setup::drWidthZ0_
int drWidthZ0_
Definition: Setup.h:730
trackerDTC::Setup::bField_
double bField_
Definition: Setup.h:569
trackerDTC::Setup::kfBaseInvR00
double kfBaseInvR00() const
Definition: Setup.h:375
trackerDTC::Setup::disk2SRs_
std::vector< std::vector< double > > disk2SRs_
Definition: Setup.h:801
trackerDTC::Setup::kfBaseInvR00_
double kfBaseInvR00_
Definition: Setup.h:907
trackerDTC::Setup::kfBasex3
double kfBasex3() const
Definition: Setup.h:362
trackerDTC::Setup::checkDTCId
void checkDTCId(int dtcId) const
Definition: Setup.cc:690
trackerDTC::Setup::kfBaseShiftK00_
int kfBaseShiftK00_
Definition: Setup.h:696
HLT_FULL_cff.magneticField
magneticField
Definition: HLT_FULL_cff.py:348
trackerDTC::Setup::numOverlappingRegions_
int numOverlappingRegions_
Definition: Setup.h:605
TTStubAlgorithm_official
Class for "official" algorithm to be used in TTStubBuilder.
Definition: TTStubAlgorithm_official.h:37
trackerDTC::Setup::numSectorsEta
int numSectorsEta() const
Definition: Setup.h:270
trackerDTC::Setup::kfBaseShiftK31_
int kfBaseShiftK31_
Definition: Setup.h:710
trackerDTC::Setup::numATCASlots_
int numATCASlots_
Definition: Setup.h:607
trackerDTC::Setup::mhtNumBinsPhiT_
int mhtNumBinsPhiT_
Definition: Setup.h:660
trackerDTC::Setup
Class to process and provide run-time constants used by Track Trigger emulators.
Definition: Setup.h:41
trackerDTC::Setup::drWidthQoverPt
int drWidthQoverPt() const
Definition: Setup.h:398
trackerDTC::Setup::calculateConstants
void calculateConstants()
Definition: Setup.cc:480
trackerDTC::Setup::kfBaseK31_
double kfBaseK31_
Definition: Setup.h:912
trackerDTC::Setup::hybridBasesAlpha_
std::vector< double > hybridBasesAlpha_
Definition: Setup.h:789
trackerDTC::StubAlgorithm
TTStubAlgorithm< Ref_Phase2TrackerDigi_ > StubAlgorithm
Definition: Setup.h:31
TrackerDetToDTCELinkCablingMap.h
trackerDTC::Setup::hybridMaxCot
double hybridMaxCot() const
Definition: Setup.h:172
trackerDTC::Setup::Setup
Setup()
Definition: Setup.h:43
trackerDTC::SensorModule::Type
Type
Definition: SensorModule.h:16
trackerDTC::Setup::innerRadius_
double innerRadius_
Definition: Setup.h:575
trackerDTC::Setup::freqBE_
double freqBE_
Definition: Setup.h:561
DDCompactView.h
trackerDTC::Setup::mhtNumDLB_
int mhtNumDLB_
Definition: Setup.h:662
trackerDTC::Setup::kfMaxStubsPerLayer_
int kfMaxStubsPerLayer_
Definition: Setup.h:688
trackerDTC::Setup::tpMinLayers_
int tpMinLayers_
Definition: Setup.h:550
trackerDTC::Setup::htNumBinsQoverPt_
int htNumBinsQoverPt_
Definition: Setup.h:647
trackerDTC::Setup::mhtMinLayers_
int mhtMinLayers_
Definition: Setup.h:664
trackerDTC::Setup::boundarieEta
double boundarieEta(int eta) const
Definition: Setup.h:276
trackerDTC::Setup::kfBaseShiftC01_
int kfBaseShiftC01_
Definition: Setup.h:702
trackerDTC::Setup::maxPitch_
double maxPitch_
Definition: Setup.h:579
trackerDTC::Setup::kfBaseS12
double kfBaseS12() const
Definition: Setup.h:371
trackerDTC::Setup::mhtNumBinsPhiT
int mhtNumBinsPhiT() const
Definition: Setup.h:314
trackerDTC::Setup::chosenRofPhi
double chosenRofPhi() const
Definition: Setup.h:119
trackerDTC::Setup::hybridLayerRs_
std::vector< double > hybridLayerRs_
Definition: Setup.h:533
edm::Ref< TTStubDetSetVec, TTStub< Ref_Phase2TrackerDigi_ > >
trackerDTC::Setup::gpDepthMemory
int gpDepthMemory() const
Definition: Setup.h:274
trackerDTC::Setup::baseCol
double baseCol() const
Definition: Setup.h:210
trackerDTC::Setup::htBasePhiT_
double htBasePhiT_
Definition: Setup.h:860
trackerDTC::Setup::numFramesFE
int numFramesFE() const
Definition: Setup.h:94
trackerDTC::Setup::kfBaseK00
double kfBaseK00() const
Definition: Setup.h:377
trackerDTC::Setup::widthBend_
int widthBend_
Definition: Setup.h:584
trackerDTC::Setup::kfMaxSkippedLayers_
int kfMaxSkippedLayers_
Definition: Setup.h:690
trackerDTC::Setup::tkLayoutId
int tkLayoutId(int dtcId) const
Definition: Setup.cc:282
trackerDTC::Setup::kfBaseShiftC11_
int kfBaseShiftC11_
Definition: Setup.h:703
trackerDTC::Setup::offsetDetIdDSV_
int offsetDetIdDSV_
Definition: Setup.h:621
trackerDTC::Setup::offsetDetIdTP_
int offsetDetIdTP_
Definition: Setup.h:623
trackerDTC::Setup::windowSizeEndcapDisksRing
double windowSizeEndcapDisksRing(int layerId, int ring) const
Definition: Setup.h:191
trackerDTC::Setup::hybridBasePhi_
double hybridBasePhi_
Definition: Setup.h:795
SensorModule.h
trackerDTC::Setup::mhtWidthQoverPt
int mhtWidthQoverPt() const
Definition: Setup.h:322
DetId
Definition: DetId.h:17
trackerDTC::Setup::offsetLayerId
int offsetLayerId() const
Definition: Setup.h:241
TrackerTopology.h
trackerDTC::Setup::kfBaseShiftC33_
int kfBaseShiftC33_
Definition: Setup.h:716
trackerDTC::Setup::kfNumTracks
int kfNumTracks() const
Definition: Setup.h:346
trackerDTC::Setup::widthPhiDTC
int widthPhiDTC() const
Definition: Setup.h:259
trackerDTC::Setup::chosenRofZ
double chosenRofZ() const
Definition: Setup.h:272
trackerDTC::Setup::hybridRangesR_
std::vector< double > hybridRangesR_
Definition: Setup.h:527
trackerDTC::Setup::neededRangeChiZ_
double neededRangeChiZ_
Definition: Setup.h:638
trackerDTC::Setup::dtcWidthM
int dtcWidthM() const
Definition: Setup.h:253
trackerDTC::Setup::hybridBaseR
double hybridBaseR(SensorModule::Type type) const
Definition: Setup.h:162
trackerDTC::Setup::numSectorsPhi
int numSectorsPhi() const
Definition: Setup.h:268
trackerDTC::Setup::slot
int slot(int dtcId) const
Definition: Setup.cc:315
EVENTSETUP_DATA_DEFAULT_RECORD
#define EVENTSETUP_DATA_DEFAULT_RECORD(_data_, _record_)
Definition: data_default_record_trait.h:77
ProcessHistory.h
trackerDTC::StubAlgorithmOfficial
TTStubAlgorithm_official< Ref_Phase2TrackerDigi_ > StubAlgorithmOfficial
Definition: Setup.h:32
trackerDTC::Setup::kfBaseShiftS01_
int kfBaseShiftS01_
Definition: Setup.h:695
trackerDTC::Setup::tpMinLayersPS
int tpMinLayersPS() const
Definition: Setup.h:110
trackerDTC::Setup::sensorModule
SensorModule * sensorModule(const DetId &detId) const
Definition: Setup.cc:321
trackerDTC::Setup::checkHistory
void checkHistory(const edm::ProcessHistory &processHistory) const
Definition: Setup.cc:220
trackerDTC::Setup::kfBasem1_
double kfBasem1_
Definition: Setup.h:885
SetupRcd.h
trackerDTC::Setup::dtcWidthQoverPt_
int dtcWidthQoverPt_
Definition: Setup.h:619
trackerDTC::Setup::hybridNumLayers_
int hybridNumLayers_
Definition: Setup.h:513
trackerDTC::Setup::beamWindowZ_
double beamWindowZ_
Definition: Setup.h:477
trackerDTC::Setup::offsetLayerDisks
int offsetLayerDisks() const
Definition: Setup.h:239
PVValHelper::eta
Definition: PVValidationHelpers.h:69
trackerDTC::Setup::drDepthMemory
int drDepthMemory() const
Definition: Setup.h:394
trackerDTC::Setup::freqLHC_
double freqLHC_
Definition: Setup.h:559
trackerDTC::Setup::hybridLayerR
double hybridLayerR(int layerId) const
Definition: Setup.h:176
trackerDTC::Setup::htWidthPhiT
int htWidthPhiT() const
Definition: Setup.h:301
trackerDTC::Setup::kfBaseShiftInvR11_
int kfBaseShiftInvR11_
Definition: Setup.h:712
trackerDTC::Setup::pSetPH_
edm::ParameterSet pSetPH_
Definition: Setup.h:468
trackerDTC::Setup::widthCol_
int widthCol_
Definition: Setup.h:586
trackerDTC::Setup::hybridWidthR
int hybridWidthR(SensorModule::Type type) const
Definition: Setup.h:150
trackerDTC::Setup::kfBasex1
double kfBasex1() const
Definition: Setup.h:360
trackerDTC::Setup::kfBaseC04_
double kfBaseC04_
Definition: Setup.h:916
trackerDTC::Setup::widthChiPhi_
int widthChiPhi_
Definition: Setup.h:856
trackerDTC::Setup::sfMinLayers_
int sfMinLayers_
Definition: Setup.h:673
trackerDTC::Setup::kfBasev1_
double kfBasev1_
Definition: Setup.h:887
trackerDTC::Setup::mhtBaseQoverPt
double mhtBaseQoverPt() const
Definition: Setup.h:326
trackerDTC::Setup::sfMinLayers
int sfMinLayers() const
Definition: Setup.h:333
trackerDTC::Setup::baseBend_
double baseBend_
Definition: Setup.h:590
trackerDTC::Setup::numTiltedLayerRings_
std::vector< double > numTiltedLayerRings_
Definition: Setup.h:742
trackerDTC::Setup::kfBasex4_
double kfBasex4_
Definition: Setup.h:892
edm::Hash< ParameterSetType >
trackerDTC::Setup::cablingMap_
const TrackerDetToDTCELinkCablingMap * cablingMap_
Definition: Setup.h:444
trackerDTC::Setup::hybridBaseZ_
double hybridBaseZ_
Definition: Setup.h:791
trackerDTC::Setup::pSetTP_
edm::ParameterSet pSetTP_
Definition: Setup.h:540
trackerDTC::Setup::hybridWidthAlpha
int hybridWidthAlpha(SensorModule::Type type) const
Definition: Setup.h:156
trackerDTC::Setup::kfBasex2
double kfBasex2() const
Definition: Setup.h:361
trackerDTC::Setup::maxZT_
double maxZT_
Definition: Setup.h:841
trackerDTC::Setup::kfBasex1_
double kfBasex1_
Definition: Setup.h:889
trackerDTC::Setup::mhtBasePhiT
double mhtBasePhiT() const
Definition: Setup.h:328
trackerDTC::Setup::widthBend
int widthBend() const
Definition: Setup.h:202
Point3DBase< float, GlobalTag >
trackerDTC::Setup::numModules_
int numModules_
Definition: Setup.h:810
trackerDTC::Setup::hybridWidthsZ_
std::vector< int > hybridWidthsZ_
Definition: Setup.h:519
trackerDTC::Setup::widthSectorEta
int widthSectorEta() const
Definition: Setup.h:284
trackerDTC::Setup::kfBaseInvR11_
double kfBaseInvR11_
Definition: Setup.h:908
trackerDTC::Setup::drBaseQoverPt_
double drBaseQoverPt_
Definition: Setup.h:929
trackerDTC::Setup::widthChiZ_
int widthChiZ_
Definition: Setup.h:847
trackerDTC::Setup::widthLayer_
int widthLayer_
Definition: Setup.h:768
trackerDTC::Setup::sfBaseCot_
double sfBaseCot_
Definition: Setup.h:878
trackerDTC::Setup::dtcId
int dtcId(int tklId) const
Definition: Setup.cc:272
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
trackerDTC::Setup::drWidthZ0
int drWidthZ0() const
Definition: Setup.h:402
trackerDTC::Setup::hybridMaxEta_
double hybridMaxEta_
Definition: Setup.h:509
trackerDTC::Setup::kfNumTracks_
int kfNumTracks_
Definition: Setup.h:682
trackerDTC::Setup::kfBaseS01
double kfBaseS01() const
Definition: Setup.h:370
trackerDTC::Setup::kfBaseH00_
double kfBaseH00_
Definition: Setup.h:893
trackerDTC::Setup::hybridMaxEta
double hybridMaxEta() const
Definition: Setup.h:144
trackerDTC::Setup::kfBasex3_
double kfBasex3_
Definition: Setup.h:891
trackerDTC::Setup::kfBaseS01_
double kfBaseS01_
Definition: Setup.h:901
trackerDTC::Setup::magneticField_
const MagneticField * magneticField_
Definition: Setup.h:438
trackerDTC::Setup::dtcNumRoutingBlocks
int dtcNumRoutingBlocks() const
Definition: Setup.h:227
trackerDTC::Setup::numModulesPerDTC
int numModulesPerDTC() const
Definition: Setup.h:225
trackerDTC::Setup::encodeLayerId
void encodeLayerId()
Definition: Setup.cc:408
trackerDTC::Setup::htBasePhiT
double htBasePhiT() const
Definition: Setup.h:307
trackerDTC::Setup::hybridWidthsBend_
std::vector< int > hybridWidthsBend_
Definition: Setup.h:525
trackerDTC::Setup::hybridMinPt
double hybridMinPt() const
Definition: Setup.h:142
trackerDTC::Setup::kfBaseShiftr12_
int kfBaseShiftr12_
Definition: Setup.h:705
trackerDTC::Setup::dtcNumMergedRows_
int dtcNumMergedRows_
Definition: Setup.h:814
trackerDTC::Setup::mhtMinLayers
int mhtMinLayers() const
Definition: Setup.h:318
trackerDTC::Setup::kfBaseS12_
double kfBaseS12_
Definition: Setup.h:903
edm::ParameterSet
Definition: ParameterSet.h:47
trackerDTC::Setup::kfBaseChi20
double kfBaseChi20() const
Definition: Setup.h:387
trackerDTC::Setup::numLayers
int numLayers() const
Definition: Setup.h:121
trackerDTC::Setup::kfBaseC01
double kfBaseC01() const
Definition: Setup.h:382
trackerDTC::Setup::~Setup
~Setup()
Definition: Setup.h:54
trackerDTC::Setup::invPtToDphi_
double invPtToDphi_
Definition: Setup.h:761
trackerDTC::Setup::baseBend
double baseBend() const
Definition: Setup.h:208
trackerDTC::Setup::numFrames
int numFrames() const
Definition: Setup.h:90
trackerDTC::Setup::numFramesFE_
int numFramesFE_
Definition: Setup.h:759
trackerDTC::Setup::kfBaseShiftChi21_
int kfBaseShiftChi21_
Definition: Setup.h:713
trackerDTC::Setup::kfBaseR00
double kfBaseR00() const
Definition: Setup.h:373
trackerDTC::Setup::pSetIdTTStubAlgorithm_
edm::ParameterSetID pSetIdTTStubAlgorithm_
Definition: Setup.h:452
trackerDTC::Setup::kfMaxLayers_
int kfMaxLayers_
Definition: Setup.h:686
trackerDTC::Setup::kfWidthLutInvPhi_
int kfWidthLutInvPhi_
Definition: Setup.h:678
trackerDTC::Setup::kfBaseH12_
double kfBaseH12_
Definition: Setup.h:895
trackerDTC::Setup::dtcNumModulesPerRoutingBlock_
int dtcNumModulesPerRoutingBlock_
Definition: Setup.h:812
trackerDTC::Setup::kfBaseShiftInvR00_
int kfBaseShiftInvR00_
Definition: Setup.h:699
type
type
Definition: SiPixelVCal_PayloadInspector.cc:37
trackerDTC::Setup::kfBaseC44_
double kfBaseC44_
Definition: Setup.h:919
trackerDTC::Setup::kfBaseC33_
double kfBaseC33_
Definition: Setup.h:922
trackerDTC::Setup::kfBaseR00_
double kfBaseR00_
Definition: Setup.h:905
trackerDTC::Setup::maxEta_
double maxEta_
Definition: Setup.h:492
trackerDTC::SetupRcd
Definition: SetupRcd.h:25
trackerDTC::Setup::kfMaxLayers
int kfMaxLayers() const
Definition: Setup.h:350
trackerDTC::Setup::chosenRofZ_
double chosenRofZ_
Definition: Setup.h:636
trackerDTC::Setup::widthR
int widthR() const
Definition: Setup.h:123
trackerDTC::Setup::trackerTopology_
const TrackerTopology * trackerTopology_
Definition: Setup.h:442
trackerDTC::Setup::encodingsBendPS_
std::vector< std::vector< double > > encodingsBendPS_
Definition: Setup.h:824
trackerDTC::Setup::basePhi_
double basePhi_
Definition: Setup.h:774
trackerDTC::Setup::drWidthQoverPt_
int drWidthQoverPt_
Definition: Setup.h:726
trackerDTC::Setup::hybridWidthBend
int hybridWidthBend(SensorModule::Type type) const
Definition: Setup.h:158
trackerDTC::Setup::widthChiPhi
int widthChiPhi() const
Definition: Setup.h:303
trackerDTC::Setup::pSetGP_
edm::ParameterSet pSetGP_
Definition: Setup.h:630
trackerDTC::Setup::kfBasev0
double kfBasev0() const
Definition: Setup.h:357
trackerDTC::Setup::baseRow_
double baseRow_
Definition: Setup.h:594
trackerDTC::Setup::baseWindowSize
double baseWindowSize() const
Definition: Setup.h:195
trackerDTC::Setup::kfBaseC22_
double kfBaseC22_
Definition: Setup.h:920
trackerDTC::Setup::kfMinLayers
int kfMinLayers() const
Definition: Setup.h:348
trackerDTC::Setup::dtcWidthRowLUT_
int dtcWidthRowLUT_
Definition: Setup.h:617
trackerDTC::Setup::pSetGC_
const edm::ParameterSet * pSetGC_
Definition: Setup.h:450
trackerDTC::Setup::baseRegion
double baseRegion() const
Definition: Setup.h:98
PixelGeomDetUnit.h
trackerDTC::Setup::htWidthQoverPt_
int htWidthQoverPt_
Definition: Setup.h:852
trackerDTC::Setup::offsetDetIdDSV
int offsetDetIdDSV() const
Definition: Setup.h:235
trackerDTC::Setup::pSetTMTT_
edm::ParameterSet pSetTMTT_
Definition: Setup.h:488
trackerDTC::Setup::kfBaseShiftR11_
int kfBaseShiftR11_
Definition: Setup.h:711
trackerDTC::Setup::kfBaseC23_
double kfBaseC23_
Definition: Setup.h:921
trackerDTC::Setup::stubAlgorithm_
const StubAlgorithmOfficial * stubAlgorithm_
Definition: Setup.h:446
trackerDTC::Setup::widthZ
int widthZ() const
Definition: Setup.h:127
trackerHitRTTI::vector
Definition: trackerHitRTTI.h:21
trackerDTC::Setup::drBaseZ0_
double drBaseZ0_
Definition: Setup.h:932
trackerDTC::Setup::hybridBasesR_
std::vector< double > hybridBasesR_
Definition: Setup.h:783
trackerDTC::Setup::encodeBend
void encodeBend(std::vector< std::vector< double >> &, bool) const
Definition: Setup.cc:398
trackerDTC::Setup::tpMaxVertR_
double tpMaxVertR_
Definition: Setup.h:544
trackerDTC::Setup::pSetHT_
edm::ParameterSet pSetHT_
Definition: Setup.h:645
trackerDTC::Setup::basePhi
double basePhi() const
Definition: Setup.h:135
trackerDTC::Setup::tmpFE_
int tmpFE_
Definition: Setup.h:563
trackerDTC::Setup::dtcDepthMemory_
int dtcDepthMemory_
Definition: Setup.h:615
trackerDTC::Setup::bFieldError_
double bFieldError_
Definition: Setup.h:571
trackerDTC::Setup::hybridDiskZ
double hybridDiskZ(int layerId) const
Definition: Setup.h:178
MagneticField.h
trackerDTC::Setup::maxEta
double maxEta() const
Definition: Setup.h:117
trackerDTC::Setup::outerRadius_
double outerRadius_
Definition: Setup.h:573
trackerDTC::Setup::maxCot_
double maxCot_
Definition: Setup.h:843
trackerDTC::Setup::windowSizeTiltedLayerRings_
std::vector< std::vector< double > > windowSizeTiltedLayerRings_
Definition: Setup.h:746
trackerDTC::Setup::pSetIdGeometryConfiguration_
edm::ParameterSetID pSetIdGeometryConfiguration_
Definition: Setup.h:454
trackerDTC::Setup::unMatchedStubs_
int unMatchedStubs_
Definition: Setup.h:483
trackerDTC::Setup::baseSector
double baseSector() const
Definition: Setup.h:278
trackerDTC::Setup::hybridBaseZ
double hybridBaseZ(SensorModule::Type type) const
Definition: Setup.h:166
trackerDTC::Setup::kfBaseShiftr0_
int kfBaseShiftr0_
Definition: Setup.h:691
trackerDTC::Setup::hybridWidthLayer_
int hybridWidthLayer_
Definition: Setup.h:781
trackerDTC
Definition: DTC.h:10
trackerDTC::Setup::kfBaseS13
double kfBaseS13() const
Definition: Setup.h:372
trackerDTC::Setup::hybridChosenRofPhi
double hybridChosenRofPhi() const
Definition: Setup.h:146
trackerDTC::Setup::bendCut
double bendCut() const
Definition: Setup.h:214
trackerDTC::Setup::mhtNumDLB
int mhtNumDLB() const
Definition: Setup.h:316
trackerDTC::Setup::hybridWidthsAlpha_
std::vector< int > hybridWidthsAlpha_
Definition: Setup.h:523
trackerDTC::Setup::kfBaseK21_
double kfBaseK21_
Definition: Setup.h:911
trackerDTC::Setup::numSectorsPhi_
int numSectorsPhi_
Definition: Setup.h:632
trackerDTC::Setup::dtcWidthQoverPt
int dtcWidthQoverPt() const
Definition: Setup.h:233
trackerDTC::Setup::kfBaseInvR11
double kfBaseInvR11() const
Definition: Setup.h:376
trackerDTC::Setup::widthR_
int widthR_
Definition: Setup.h:498
trackerDTC::Setup::checkGeometry
void checkGeometry()
Definition: Setup.cc:356
trackerDTC::Setup::dtcModules_
std::vector< std::vector< SensorModule * > > dtcModules_
Definition: Setup.h:832
trackerDTC::Setup::maxWindowSize_
int maxWindowSize_
Definition: Setup.h:750
trackerDTC::Setup::htDepthMemory_
int htDepthMemory_
Definition: Setup.h:653
trackerDTC::Setup::bendCut_
double bendCut_
Definition: Setup.h:598
trackerDTC::Setup::baseWindowSize_
double baseWindowSize_
Definition: Setup.h:596
trackerDTC::Setup::hybridWidthLayer
int hybridWidthLayer() const
Definition: Setup.h:160
trackerDTC::Setup::kfBaser0_
double kfBaser0_
Definition: Setup.h:896
trackerDTC::Setup::kfBaser12_
double kfBaser12_
Definition: Setup.h:899
trackerDTC::Setup::mhtNumBinsQoverPt_
int mhtNumBinsQoverPt_
Definition: Setup.h:658
trackerDTC::Setup::sfPowerBaseCot_
int sfPowerBaseCot_
Definition: Setup.h:669
trackerDTC::Setup::kfMaxSkippedLayers
int kfMaxSkippedLayers() const
Definition: Setup.h:354
trackerDTC::Setup::offsetLayerId_
int offsetLayerId_
Definition: Setup.h:627
trackerDTC::Setup::numDTCsPerTFP_
int numDTCsPerTFP_
Definition: Setup.h:808
trackerDTC::Setup::encodingLayerId
const std::vector< int > & encodingLayerId(int tfpChannel) const
Definition: Setup.cc:339
trackerDTC::Setup::widthCol
int widthCol() const
Definition: Setup.h:204
Registry.h
trackerDTC::Setup::numRegions
int numRegions() const
Definition: Setup.h:219
trackerDTC::Setup::kfBaseChi2
double kfBaseChi2() const
Definition: Setup.h:389
trackerDTC::Setup::kfBaseShiftC23_
int kfBaseShiftC23_
Definition: Setup.h:715
trackerDTC::Setup::offsetDetIdTP
int offsetDetIdTP() const
Definition: Setup.h:237
trackerDTC::Setup::numDTCsPerRegion_
int numDTCsPerRegion_
Definition: Setup.h:609
trackerDTC::Setup::hybridBaseR_
double hybridBaseR_
Definition: Setup.h:793
trackerDTC::Setup::kfWidthLutInvPhi
int kfWidthLutInvPhi() const
Definition: Setup.h:342
trackerDTC::Setup::pSetTF_
edm::ParameterSet pSetTF_
Definition: Setup.h:475
data_default_record_trait.h
trackerDTC::Setup::invPtToDphi
double invPtToDphi() const
Definition: Setup.h:96
trackerDTC::Setup::pSetFE_
edm::ParameterSet pSetFE_
Definition: Setup.h:582
trackerDTC::Setup::kfBaseK40_
double kfBaseK40_
Definition: Setup.h:913
trackerDTC::Setup::matchedLayers_
int matchedLayers_
Definition: Setup.h:479
trackerDTC::Setup::mhtWidthPhiT_
int mhtWidthPhiT_
Definition: Setup.h:869
trackerDTC::Setup::kfBaseC14_
double kfBaseC14_
Definition: Setup.h:918
trackerDTC::Setup::kfBaseC11
double kfBaseC11() const
Definition: Setup.h:383
trackerDTC::Setup::tpMaxD0
double tpMaxD0() const
Definition: Setup.h:106
trackerDTC::Setup::dtcNumUnusedBits_
int dtcNumUnusedBits_
Definition: Setup.h:776
trackerDTC::Setup::dtcBaseQoverPt
double dtcBaseQoverPt() const
Definition: Setup.h:255
trackerDTC::Setup::sfBaseZT
double sfBaseZT() const
Definition: Setup.h:337
trackerDTC::Setup::dtcWidthM_
int dtcWidthM_
Definition: Setup.h:816
trackerDTC::Setup::checkTKLayoutId
void checkTKLayoutId(int tkLayoutId) const
Definition: Setup.cc:701
trackerDTC::Setup::pSetDR_
edm::ParameterSet pSetDR_
Definition: Setup.h:720
trackerDTC::Setup::produceSensorModules
void produceSensorModules()
Definition: Setup.cc:438
trackerDTC::Setup::detIdToSensorModule_
std::unordered_map< DetId, SensorModule * > detIdToSensorModule_
Definition: Setup.h:834
trackerDTC::Setup::baseR_
double baseR_
Definition: Setup.h:770
trackerDTC::Setup::hybridRangesAlpha_
std::vector< double > hybridRangesAlpha_
Definition: Setup.h:531
DetId.h
trackerDTC::Setup::psModule
bool psModule(int dtcId) const
Definition: Setup.cc:300
trackerDTC::Setup::kfBaseChi21_
double kfBaseChi21_
Definition: Setup.h:924
trackerDTC::Setup::baseCol_
double baseCol_
Definition: Setup.h:592
trackerDTC::Setup::phGeometryConfiguration_
std::string phGeometryConfiguration_
Definition: Setup.h:470
trackerDTC::Setup::kfBasev1
double kfBasev1() const
Definition: Setup.h:358
trackerDTC::Setup::tpMaxEta_
double tpMaxEta_
Definition: Setup.h:542
trackerDTC::Setup::matchedLayersPS_
int matchedLayersPS_
Definition: Setup.h:481
trackerDTC::Setup::baseSector_
double baseSector_
Definition: Setup.h:839
amptDefault_cfi.frame
frame
Definition: amptDefault_cfi.py:12
trackerDTC::Setup::hybridBasesPhi_
std::vector< double > hybridBasesPhi_
Definition: Setup.h:785
trackerDTC::deltaPhi
double deltaPhi(double lhs, double rhs=0.)
Definition: Setup.h:34
trackerDTC::Setup::kfBasem0_
double kfBasem0_
Definition: Setup.h:884
trackerDTC::Setup::dtcDepthMemory
int dtcDepthMemory() const
Definition: Setup.h:229
trackerDTC::Setup::speedOfLight_
double speedOfLight_
Definition: Setup.h:567
trackerDTC::Setup::stubPos
GlobalPoint stubPos(bool hybrid, const TTDTC::Frame &frame, int tfpRegion, int tfpChannel) const
Definition: Setup.cc:615
trackerDTC::Setup::mhtNumBinsQoverPt
int mhtNumBinsQoverPt() const
Definition: Setup.h:312
trackerDTC::Setup::hybridNumRingsPS_
std::vector< int > hybridNumRingsPS_
Definition: Setup.h:515
trackerDTC::Setup::mhtWidthPhiT
int mhtWidthPhiT() const
Definition: Setup.h:324
trackerDTC::Setup::hybridWidthsPhi_
std::vector< int > hybridWidthsPhi_
Definition: Setup.h:521
trackerDTC::Setup::mhtBasePhiT_
double mhtBasePhiT_
Definition: Setup.h:873
trackerDTC::Setup::numDTCsPerTFP
int numDTCsPerTFP() const
Definition: Setup.h:245
trackerDTC::Setup::htBaseQoverPt
double htBaseQoverPt() const
Definition: Setup.h:305
trackerDTC::Setup::drWidthCot
int drWidthCot() const
Definition: Setup.h:400
relativeConstraints.ring
ring
Definition: relativeConstraints.py:68
TTDTC::Frame
std::pair< TTStubRef, BV > Frame
Definition: TTDTC.h:22
trackerDTC::Setup::kfBaser1_
double kfBaser1_
Definition: Setup.h:897
trackerDTC::Setup::kfBaseC00_
double kfBaseC00_
Definition: Setup.h:914
trackerDTC::Setup::hybridWidthZ
int hybridWidthZ(SensorModule::Type type) const
Definition: Setup.h:152
trackerDTC::Setup::numSectorsEta_
int numSectorsEta_
Definition: Setup.h:634
trackerDTC::Setup::hybridNumRingsPS
int hybridNumRingsPS(int layerId) const
Definition: Setup.h:174
trackerDTC::Setup::drBasePhi0_
double drBasePhi0_
Definition: Setup.h:930
trackerDTC::Setup::kfBaseK00_
double kfBaseK00_
Definition: Setup.h:909
trackerDTC::Setup::htNumBinsQoverPt
int htNumBinsQoverPt() const
Definition: Setup.h:291
trackerDTC::Setup::kfBaseShiftS00_
int kfBaseShiftS00_
Definition: Setup.h:694
trackerDTC::Setup::hybridMinPt_
double hybridMinPt_
Definition: Setup.h:507
trackerDTC::Setup::hybridChosenRofPhi_
double hybridChosenRofPhi_
Definition: Setup.h:511
trackerDTC::Setup::kfBaseR11_
double kfBaseR11_
Definition: Setup.h:906
trackerDTC::Setup::numModulesPerDTC_
int numModulesPerDTC_
Definition: Setup.h:611
trackerDTC::Setup::hybridBaseAlpha
double hybridBaseAlpha(SensorModule::Type type) const
Definition: Setup.h:168
trackerDTC::Setup::dtcNumModulesPerRoutingBlock
int dtcNumModulesPerRoutingBlock() const
Definition: Setup.h:249
trackerDTC::Setup::maxCot
double maxCot() const
Definition: Setup.h:282
trackerDTC::Setup::htMinLayers_
int htMinLayers_
Definition: Setup.h:651
trackerDTC::Setup::boundariesEta_
std::vector< double > boundariesEta_
Definition: Setup.h:642
trackerDTC::Setup::windowSizeBarrelLayer
double windowSizeBarrelLayer(int layerId) const
Definition: Setup.h:185
trackerDTC::Setup::hybridDisk2SRsSet_
std::vector< edm::ParameterSet > hybridDisk2SRsSet_
Definition: Setup.h:537
trackerDTC::Setup::kfBaseC11_
double kfBaseC11_
Definition: Setup.h:917
trackerDTC::Setup::tpMinLayersPS_
int tpMinLayersPS_
Definition: Setup.h:552
trackerDTC::Setup::tpMaxVertZ_
double tpMaxVertZ_
Definition: Setup.h:546
trackerDTC::Setup::tpMaxVertZ
double tpMaxVertZ() const
Definition: Setup.h:104
trackerDTC::Setup::drBaseZ0
double drBaseZ0() const
Definition: Setup.h:406
trackerDTC::Setup::encodingsBend2S_
std::vector< std::vector< double > > encodingsBend2S_
Definition: Setup.h:826
trackerDTC::Setup::kfBaseShiftChi20_
int kfBaseShiftChi20_
Definition: Setup.h:700
trackerDTC::Setup::kfBaseShiftK10_
int kfBaseShiftK10_
Definition: Setup.h:697
ParameterSetID.h
trackerDTC::Setup::kfWidthLutInvZ_
int kfWidthLutInvZ_
Definition: Setup.h:680
trackerDTC::Setup::kfBaseChi2_
double kfBaseChi2_
Definition: Setup.h:925
trackerDTC::Setup::htBaseQoverPt_
double htBaseQoverPt_
Definition: Setup.h:858
trackerDTC::Setup::htMinLayers
int htMinLayers() const
Definition: Setup.h:295
trackerDTC::Setup::sgXMLLabel_
std::string sgXMLLabel_
Definition: Setup.h:459
edm::ProcessHistory
Definition: ProcessHistory.h:13
trackerDTC::Setup::widthPhiDTC_
int widthPhiDTC_
Definition: Setup.h:822
trackerDTC::Setup::pSetFW_
edm::ParameterSet pSetFW_
Definition: Setup.h:555
trackerDTC::Setup::kfBaseShiftC00_
int kfBaseShiftC00_
Definition: Setup.h:701
trackerDTC::Setup::kfMaxStubsPerLayer
int kfMaxStubsPerLayer() const
Definition: Setup.h:352
ParameterSet.h
trackerDTC::Setup::hybridWidthPhi
int hybridWidthPhi(SensorModule::Type type) const
Definition: Setup.h:154
trackerDTC::Setup::minPt_
double minPt_
Definition: Setup.h:490
trackerDTC::Setup::hybridDiskZs_
std::vector< double > hybridDiskZs_
Definition: Setup.h:535
trackerDTC::Setup::kfBaseShiftS13_
int kfBaseShiftS13_
Definition: Setup.h:708
trackerDTC::Setup::sgXMLPath_
std::string sgXMLPath_
Definition: Setup.h:461
trackerDTC::Setup::kfBaseH00
double kfBaseH00() const
Definition: Setup.h:363
trackerDTC::Setup::kfBaseC33
double kfBaseC33() const
Definition: Setup.h:386
trackerDTC::Setup::numDTCsPerRegion
int numDTCsPerRegion() const
Definition: Setup.h:223
trackerDTC::Setup::drDepthMemory_
int drDepthMemory_
Definition: Setup.h:722
trackerDTC::Setup::trackerGeometry_
const TrackerGeometry * trackerGeometry_
Definition: Setup.h:440
trackerDTC::Setup::kfBaseShiftv1_
int kfBaseShiftv1_
Definition: Setup.h:706
trackerDTC::Setup::consumeStubAlgorithm
void consumeStubAlgorithm()
Definition: Setup.cc:379
MagneticField
Definition: MagneticField.h:19
trackerDTC::Setup::maxZT
double maxZT() const
Definition: Setup.h:280
trackerDTC::Setup::pSetSG_
edm::ParameterSet pSetSG_
Definition: Setup.h:457
trackerDTC::Setup::hybridNumLayers
int hybridNumLayers() const
Definition: Setup.h:148
trackerDTC::Setup::htNumBinsPhiT_
int htNumBinsPhiT_
Definition: Setup.h:649
trackerDTC::Setup::baseRow
double baseRow() const
Definition: Setup.h:212
trackerDTC::Setup::unMatchedStubsPS_
int unMatchedStubsPS_
Definition: Setup.h:485
GlobalPoint.h
trackerDTC::Setup::drWidthPhi0_
int drWidthPhi0_
Definition: Setup.h:724
StripSubdetector.h
trackerDTC::Setup::windowSizeTiltedLayerRing
double windowSizeTiltedLayerRing(int layerId, int ring) const
Definition: Setup.h:187
trackerDTC::Setup::baseRegion_
double baseRegion_
Definition: Setup.h:763
trackerDTC::Setup::numFramesIO
int numFramesIO() const
Definition: Setup.h:92
trackerDTC::Setup::kfBaseS00_
double kfBaseS00_
Definition: Setup.h:900
trackerDTC::Setup::kfBasev0_
double kfBasev0_
Definition: Setup.h:886
trackerDTC::Setup::kfWidthLutInvZ
int kfWidthLutInvZ() const
Definition: Setup.h:344
trackerDTC::Setup::hybridRangesZ_
std::vector< double > hybridRangesZ_
Definition: Setup.h:529
trackerDTC::Setup::tpMaxEta
double tpMaxEta() const
Definition: Setup.h:100
TTStubAlgorithm_official.h
edm::pset::Registry
Definition: Registry.h:26
trackerDTC::Setup::widthRow_
int widthRow_
Definition: Setup.h:588
trackerDTC::Setup::kfBaser02
double kfBaser02() const
Definition: Setup.h:367
trackerDTC::Setup::kfBaser02_
double kfBaser02_
Definition: Setup.h:898
trackerDTC::Setup::drBaseCot
double drBaseCot() const
Definition: Setup.h:405
trackerDTC::Setup::dtcNumUnusedBits
int dtcNumUnusedBits() const
Definition: Setup.h:137
trackerDTC::Setup::halfLength_
double halfLength_
Definition: Setup.h:577
trackerDTC::Setup::kfBaseChi21
double kfBaseChi21() const
Definition: Setup.h:388
TrackerGeometry
Definition: TrackerGeometry.h:14
trackerDTC::Setup::tpMinLayers
int tpMinLayers() const
Definition: Setup.h:108
trackerDTC::Setup::sensorModules_
std::vector< SensorModule > sensorModules_
Definition: Setup.h:830
trackerDTC::Setup::kfBaseShiftv0_
int kfBaseShiftv0_
Definition: Setup.h:693