#include <Geometry/CSCGeometry/src/CSCWireGroupPackage.h>
Public Types | |
typedef std::vector< int > | Container |
Public Member Functions | |
CSCWireGroupPackage () | |
Public Attributes | |
double | alignmentPinToFirstWire |
Container | consecutiveGroups |
double | lengthOfWirePlane |
double | narrowWidthOfWirePlane |
int | numberOfGroups |
double | wideWidthOfWirePlane |
Container | wiresInEachGroup |
double | wireSpacing |
No functionality other than as an encapsulation of related data.
Definition at line 18 of file CSCWireGroupPackage.h.
typedef std::vector<int> CSCWireGroupPackage::Container |
Definition at line 21 of file CSCWireGroupPackage.h.
CSCWireGroupPackage::CSCWireGroupPackage | ( | ) | [inline] |
Definition at line 23 of file CSCWireGroupPackage.h.
00023 : 00024 numberOfGroups( 0 ), 00025 wireSpacing( 0. ), 00026 alignmentPinToFirstWire( 0. ), 00027 narrowWidthOfWirePlane( 0. ), 00028 wideWidthOfWirePlane( 0. ) { };
Definition at line 34 of file CSCWireGroupPackage.h.
Referenced by CSCGeometryBuilderFromDDD::buildEndcaps(), and CSCChamberSpecs::CSCChamberSpecs().
Definition at line 28 of file CSCWireGroupPackage.h.
Referenced by CSCGeometryBuilderFromDDD::buildEndcaps(), and CSCWireTopology::CSCWireTopology().
Definition at line 37 of file CSCWireGroupPackage.h.
Referenced by CSCGeometryBuilderFromDDD::buildEndcaps(), and CSCWireTopology::CSCWireTopology().
Definition at line 35 of file CSCWireGroupPackage.h.
Referenced by CSCGeometryBuilderFromDDD::buildEndcaps(), and CSCWireTopology::CSCWireTopology().
Definition at line 32 of file CSCWireGroupPackage.h.
Referenced by CSCGeometryBuilderFromDDD::buildEndcaps(), and CSCWireTopology::CSCWireTopology().
Definition at line 36 of file CSCWireGroupPackage.h.
Referenced by CSCGeometryBuilderFromDDD::buildEndcaps(), and CSCWireTopology::CSCWireTopology().
Definition at line 31 of file CSCWireGroupPackage.h.
Referenced by CSCGeometryBuilderFromDDD::buildEndcaps(), and CSCWireTopology::CSCWireTopology().
Definition at line 33 of file CSCWireGroupPackage.h.
Referenced by CSCGeometryBuilderFromDDD::buildEndcaps(), CSCLayerGeometry::CSCLayerGeometry(), and CSCWireTopology::CSCWireTopology().