QwAnalysis
QwOptionsTracking.h File Reference

Load the options for the tracking subsystems. More...

#include "QwOptions.h"
#include "QwTrackingWorker.h"
#include "QwTreeEventBuffer.h"
#include "QwDriftChamberVDC.h"
#include "QwDriftChamberHDC.h"
#include "QwMagneticField.h"
#include "QwTriggerScintillator.h"
#include "QwMainDetector.h"
#include "QwRayTracer.h"
+ Include dependency graph for QwOptionsTracking.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void DefineOptionsTracking (QwOptions &options)
 

Detailed Description

Load the options for the tracking subsystems.

To maintain the separation of the tracking and parity subsystems in the libraries, we can only define the options for the tracking subsystems in this header. This header should be loaded in executables that use the tracking subsystem options.

Author
Wouter Deconinck
Date
2009-12-10

Definition in file QwOptionsTracking.h.

Function Documentation

void DefineOptionsTracking ( QwOptions options)

Definition at line 31 of file QwOptionsTracking.h.

References QwRayTracer::DefineOptions(), QwTreeEventBuffer::DefineOptions(), QwTrackingWorker::DefineOptions(), QwMagneticField::DefineOptions(), VQwSubsystem::DefineOptions(), and QwOptions::DefineOptions().

Referenced by main().

32 {
33  /* Define general options */
34  QwOptions::DefineOptions(options);
35 
36  /* Define tracking options */
46 }
static void DefineOptions(QwOptions &options)
Define command line and config file options.
Definition: QwRayTracer.cc:93
static void DefineOptions(QwOptions &options)
Define command line and config file options.
static void DefineOptions()
Define options function (note: no virtual static functions in C++)
Definition: VQwSubsystem.h:88
static void DefineOptions(QwOptions &options)
Define command line and config file options.
static void DefineOptions(QwOptions &options)
Define command line and config file options.
static void DefineOptions(QwOptions &options)
Define the options.
Definition: QwOptions.cc:69

+ Here is the call graph for this function:

+ Here is the caller graph for this function: