A class that defines the valid set of PID detectors.
More...
#include <Const.h>
|
static DetectorSet | set () |
| Accessor function for the set of valid detectors.
|
|
|
static const DetectorSet | c_set = Const::SVD + Const::CDC + Const::TOP + Const::ARICH + Const::ECL + Const::KLM |
| The set of valid PID detectors.
|
|
static const size_t | c_size = 6 |
| Number of PID detectors, temporary workaround.
|
|
A class that defines the valid set of PID detectors.
To be used as a template argument for RestrictedDetectorSet.
Definition at line 372 of file Const.h.
◆ set()
Accessor function for the set of valid detectors.
Definition at line 374 of file Const.h.
◆ c_set
const Const::DetectorSet c_set = Const::SVD + Const::CDC + Const::TOP + Const::ARICH + Const::ECL + Const::KLM |
|
static |
The set of valid PID detectors.
Definition at line 375 of file Const.h.
◆ c_size
Number of PID detectors, temporary workaround.
Definition at line 376 of file Const.h.
The documentation for this class was generated from the following files: