Skip to content

Commit 25be3c9

Browse files
committed
Comment from @quinnanm
1 parent 678ba28 commit 25be3c9

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

L1Trigger/DTTriggerPhase2/interface/MPThetaMatching.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ class MPThetaMatching : public MPFilter {
4040

4141
// Public attributes
4242

43-
float vwire = 24.4; // cm/ns
44-
float zFE[5] = {-658.9, -393.3, 126.4, 393.3, 658.9}; //cm
45-
float xFE[3] = {218 / 2., 266.8 / 2., 315 / 2.}; //cm
46-
float ZRES_CONV = 65536. / 1500;
47-
4843
private:
4944
// Private methods
5045
std::vector<cmsdt::metaPrimitive> filter(std::vector<cmsdt::metaPrimitive> inMPs, double shift_back);

L1Trigger/DTTriggerPhase2/interface/constants.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,14 @@ namespace cmsdt {
367367
constexpr float ZRES_CONV = 65536. / 1500;
368368
constexpr float KRES_CONV = 65536. / 2;
369369

370+
/*
371+
* Front-End positions in local chamber coordinates
372+
*/
373+
constexpr float vwire = 24.4; // Wire propagation velocity cm/ns
374+
constexpr float zFE[5] = {-658.9, -393.3, 126.4, 393.3, 658.9}; // Front-End z positions in cm
375+
constexpr float xFE[3] = {218 / 2., 266.8 / 2., 315 / 2.}; // Front-End x positions in cm
376+
377+
370378
/*
371379
* Size of pre-mixer buffers for DTPrimitives
372380
*

0 commit comments

Comments
 (0)