diff --git a/PackageInfo.dox b/PackageInfo.dox index b059119e8..3f0a5014e 100755 --- a/PackageInfo.dox +++ b/PackageInfo.dox @@ -18,7 +18,6 @@ The Qweak analyzer framework consists of several components: - \ref QwAnalysis includes general analysis classes used by all packages listed below. - QwParity includes all instrumentation classes for parity analysis. - - QwTracking includes all classes for tracking analysis. - QwGUIMain includes all classes for the analysis GUI front-end. @@ -26,8 +25,7 @@ All subsystems in the Qweak analyzer inherit from a single virtual base class VQwSubsystem. The next level of detail is implemented as the - base subsystems for parity and tracking: VQwSubsystemParity and - VQwSubsystemTracking. Finally, these are the base subsystems that + base subsystems for parity: VQwSubsystemParity. Finally, these are the base subsystems that the specific subsystems (such as QwBeamLine or QwDriftChamber) inherit from, depending on what functionality they need to have. Some subsystems (such as QwScanner) inherit from both base subsystems. @@ -38,20 +36,9 @@ node [shape=box, fontname=Helvetica, fontsize=10]; VQwSubsystem [ label="VQwSubsystem" URL="\ref VQwSubsystem"]; VQwSubsystemParity [ label="VQwSubsystemParity" URL="\ref VQwSubsystemParity"]; - VQwSubsystemTracking [ label="VQwSubsystemTracking" URL="\ref VQwSubsystemTracking"]; QwBeamLine [ label="QwBeamLine" URL="\ref QwBeamLine"]; - QwScanner [ label="QwScanner" URL="\ref QwScanner"]; - QwDriftChamber [ label="QwDriftChamber" URL="\ref QwDriftChamber"]; - QwDriftChamberHDC [ label="QwDriftChamberHDC" URL="\ref QwDriftChamberHDC"]; - QwDriftChamberVDC [ label="QwDriftChamberVDC" URL="\ref QwDriftChamberVDC"]; VQwSubsystem -> VQwSubsystemParity; - VQwSubsystem -> VQwSubsystemTracking; VQwSubsystemParity -> QwBeamLine; - VQwSubsystemParity -> QwScanner; - VQwSubsystemTracking -> QwScanner; - VQwSubsystemTracking -> QwDriftChamber; - QwDriftChamber -> QwDriftChamberHDC; - QwDriftChamber -> QwDriftChamberVDC; } \enddot