Skip to content

Commit

Permalink
remove drift chamber mentiones
Browse files Browse the repository at this point in the history
  • Loading branch information
cipriangal committed Jul 5, 2018
1 parent 0a9eb1a commit 0bfa970
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions PackageInfo.dox
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@
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.


\subsection software_structure Structure of the analysis software

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.
Expand All @@ -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

Expand Down

0 comments on commit 0bfa970

Please sign in to comment.