|
|
Silicon Tracker Software | |
| HOME Documentation Packages DetDesc Alignment Tsa DC'06 How To Links | ||
|
digraph stflow{ MCSTDepositCreator -> MCSTDigitCreator MCSTDigitCreator -> STDigitCreator STDigitCreator -> STClusterCreator }
|
|
|
digraph G{ DetectorElement [shape = box]; DeSTBaseElement [shape = box]; DeSTSector [shape = box ]; DeITSector [shape = box ]; DeTTSector [shape = box ]; DetectorElement -> DeSTBaseElement [dir = back] DeSTBaseElement -> DeSTSector [dir = back] DeSTSector -> DeITSector [dir = back]; DeSTSector -> DeTTSector [dir = back]; } |
|