#include "Qoptions.h"
#include <iostream>
#include <math.h>
#include "tree.h"
Go to the source code of this file.
Defines | |
| #define | NDetMax 1010 |
Functions | |
| EUppLow | operator++ (enum EUppLow &rs, int) |
| ERegion | operator++ (enum ERegion &rs, int) |
| Etype | operator++ (enum Etype &rs, int) |
| Edir | operator++ (enum Edir &rs, int) |
Variables | |
| Det * | rcDETRegion [2][3][4] |
| Det | rcDET [NDetMax] |
| Options | opt |
This program currently only manages a few things, but it is intended that Qoptions will be greatly expanded in the future.
Definition in file Qoptions.cc.
1.4.6