JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwOptionsParity.h File Reference

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

#include "QwOptions.h"
#include "QwEventRing.h"
#include "QwHelicity.h"
#include "QwHelicityPattern.h"
#include "QwDetectorArray.h"
#include "QwBlindDetectorArray.h"
#include "QwDataHandlerArray.h"
#include "QwCorrelator.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

◆ DefineOptionsParity()

void DefineOptionsParity ( QwOptions & options)

Definition at line 31 of file QwOptionsParity.h.

32{
33 /* Define general options */
35
36 /* Define parity options */
38 //QwBlindDetectorArray::DefineOptions(options);
44 #ifdef __USE_DATABASE__
45 QwParityDB::DefineAdditionalOptions(options);
46 #endif //__USE_DATABASE__
47}
static void DefineOptions(QwOptions &options)
Define the options.
Definition QwOptions.cc:67
static void DefineOptions()
Define options function (note: no virtual static functions in C++)
static void DefineOptions(QwOptions &options)
static void DefineOptions(QwOptions &options)
Define configuration options for global array.
static void DefineOptions(QwOptions &options)
Define options.
static void DefineOptions(QwOptions &options)
Define the configuration options.

References QwCorrelator::DefineOptions(), QwDataHandlerArray::DefineOptions(), QwEventRing::DefineOptions(), QwHelicityPattern::DefineOptions(), QwOptions::DefineOptions(), and VQwSubsystem::DefineOptions().

Referenced by main(), and main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: