16 theChamberType(iChamberType),
17 theSpecsValues(fupar),
18 nstrips(static_cast<
int>(specsValue(5))),
19 stripDeltaPhi(specsValue(29)),
20 centreToIntersectionOffset(specsValue(30)),
21 gangedStrips_(
false) {
22 LogTrace(
"CSCChamberSpecs|CSC") <<
myName <<
": constructing specs for chamber " <<
theName[iChamberType - 1]
23 <<
", type=" << iChamberType <<
", this =" <<
this;
26 if (iChamberType == 1)
35 float globalRadialPositionOfAlignmentPin =
specsValue(24);
36 float distanceFrameToAlignmentPin =
specsValue(25);
38 float distanceEndOfStripToAlignmentPin =
specsValue(27);
42 float yAlignmentPin = -lengthOfChamber / 2. + distanceFrameToAlignmentPin;
45 float alignmentPinToCentreOfStripPlane = distanceEndOfStripToAlignmentPin + extentOfStripPlane / 2.;
48 float yCentreOfStripPlane = yAlignmentPin + alignmentPinToCentreOfStripPlane;
51 float whereStripsMeet = globalRadialPositionOfAlignmentPin + alignmentPinToCentreOfStripPlane;
135 LogTrace(
"CSCChamberSpecs|CSC") <<
myName <<
" destroying this=" <<
this;
165 int i = 2 * istation + iring;
178 const float pF_cm = 0.75;
200 "ME1/a",
"ME1/b",
"ME1/2",
"ME1/3",
"ME2/1",
"ME2/2",
"ME3/1",
"ME3/2",
"ME4/1",
"ME4/2"};
CSCLayerGeometry * poszOddLayerGeometry
float constantNoise() const
float wireSpacing() const
CSCLayerGeometry * negzOddLayerGeometry
static int whatChamberType(int istation, int iring)
std::string chamberTypeName() const
~CSCChamberSpecs() override
Destructor.
float centreToIntersectionOffset
CSCLayerGeometry * negzEvenLayerGeometry
static const std::string myName
bool operator==(const CSCChamberSpecs &specs) const
float length() const override
float stripNoise(float timeInterval) const
CSCLayerGeometry * poszEvenLayerGeometry
float stripPhiPitch() const
bool operator!=(const CSCChamberSpecs &specs) const
Allow comparison of Specs objects.
CSCChamberSpecs()
Default ctor.
float specsValue(int index) const
Accessor to chamber specs values.
const CSCStripTopology * topology() const
std::vector< float > CSCSpecsParcel
double alignmentPinToFirstWire
float chargePerCount() const
static const std::string theName[10]
const Topology & topology() const override
Returns StripTopology of the odd-layer, positive-z geometry.