ATLAS Offline Software
|
This packge provides algorithms for constructing CSC (cathode strip chamber) segments. There are two algorithms: Csc2DSegmentMaker constructs 2D segments (1D position and 1D direction) from clusters and Csc4dSegmentMaker constructs 4D segments (2D position and 2D direction) from 2D segments.
The algorithms are configured in python. Use the following to access the default instances:
from CscSegmentMakers.Csc2dSegmentMaker import theCsc2dSegmentMaker from CscSegmentMakers.Csc4dSegmentMaker import theCsc4dSegmentMaker