#include "Qevent.h"
#include <iostream>
#include <math.h>
Go to the source code of this file.
Defines | |
| #define | NDetMax 1010 |
| #define | NMaxHits 1000 |
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] |
Description : Qevent is a generic data read-in class that reads ascii to generate events. The file 'qweak.event' is an example event file. The file 'template.event' has documentation to describe the data in 'qweak.event'.
Definition in file Qevent.cc.
1.4.6