HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Macros | Typedefs | Enumerations | Variables
HarpoConfig.h File Reference
#include "Rtypes.h"
#include "TString.h"
#include "HarpoDet.h"
#include "HarpoDetSet.h"
#include "HarpoDebug.h"
#include "HarpoConfigFile.h"

Go to the source code of this file.

Data Structures

class  HarpoConfig
 A class which keeps track of the entire configuration of the analysis. More...
 

Macros

#define XPLANE   0
 
#define YPLANE   1
 

Typedefs

typedef enum hReaderType_ hReaderType
 Harpo Reader Type. More...
 
typedef enum hDccType_ hDccType
 DCC card Type. More...
 
typedef enum pReadMode_ pReadMode
 

Enumerations

enum  hReaderType_ { hDummyReader, hRawReader, hSimReader, hRootReader }
 Harpo Reader Type. More...
 
enum  hDccType_ { hDccT2K, hDccMINOS }
 DCC card Type. More...
 
enum  pReadMode_ {
  pTEXT = 0, pWIN, pBIN, pWIN2,
  pMIDAS
}
 

Variables

R__EXTERN HarpoConfiggHConfig
 

Macro Definition Documentation

#define XPLANE   0

Definition at line 24 of file HarpoConfig.h.

#define YPLANE   1

Definition at line 25 of file HarpoConfig.h.

Typedef Documentation

typedef enum hDccType_ hDccType

DCC card Type.

typedef enum hReaderType_ hReaderType

Harpo Reader Type.

typedef enum pReadMode_ pReadMode

Enumeration Type Documentation

enum hDccType_

DCC card Type.

Enumerator
hDccT2K 
hDccMINOS 

Definition at line 36 of file HarpoConfig.h.

Harpo Reader Type.

Enumerator
hDummyReader 
hRawReader 

dummy reader, for one detector test

hSimReader 

Harpo Raw Files.

hRootReader 

Harpo Event Simulation.

Root file playback (raw2root, hrootwrter)

Definition at line 28 of file HarpoConfig.h.

enum pReadMode_
Enumerator
pTEXT 
pWIN 

TEXT mode (?? csv), UNIMPLEMENTED.

pBIN 

bin mode as written by Windows PMMv2_DAQ program

pWIN2 

bin mode like mclientUDP feminis data

pMIDAS 

llr time stamp and trigger format

see mclientUDP , hope we will not need this

Definition at line 42 of file HarpoConfig.h.

Variable Documentation

R__EXTERN HarpoConfig* gHConfig

Definition at line 216 of file HarpoConfig.h.