QwAnalysis
QwOptionsParity.h File Reference

Load the options for the parity subsystems. More...

#include "QwOptions.h"
#include "QwMainCerenkovDetector.h"
#include "QwLumi.h"
#include "QwEventRing.h"
#include "QwHelicity.h"
#include "QwHelicityPattern.h"
#include "QwRegression.h"
#include "QwParityDB.h"
+ Include dependency graph for QwOptionsParity.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void DefineOptionsParity (QwOptions &options)
 

Detailed Description

Load the options for the parity subsystems.

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

Author
Wouter Deconinck
Date
2009-12-10

Definition in file QwOptionsParity.h.

Function Documentation

void DefineOptionsParity ( QwOptions options)

Definition at line 29 of file QwOptionsParity.h.

References QwParityDB::DefineAdditionalOptions(), QwEventRing::DefineOptions(), QwHelicityPattern::DefineOptions(), QwRegression::DefineOptions(), VQwSubsystem::DefineOptions(), and QwOptions::DefineOptions().

Referenced by main().

30 {
31  /* Define general options */
32  QwOptions::DefineOptions(options);
33 
34  /* Define parity options */
36  QwLumi::DefineOptions(options);
42 }
static void DefineOptions(QwOptions &options)
Define the configuration options.
static void DefineOptions(QwOptions &options)
Define options.
Definition: QwEventRing.cc:41
static void DefineOptions()
Define options function (note: no virtual static functions in C++)
Definition: VQwSubsystem.h:88
static void DefineAdditionalOptions(QwOptions &options)
Defines QwParityDB-specific class options for QwOptions.
Definition: QwParityDB.cc:877
static void DefineOptions(QwOptions &options)
Define the configuration 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: