HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
HarpoConfig.cxx File Reference
#include <climits>
#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <getopt.h>
#include <libgen.h>
#include "TROOT.h"
#include "HarpoConfig.h"
#include "TSystem.h"
#include "TError.h"
#include "TPRegexp.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TIterator.h"
#include "HarpoPedMgr.h"
#include "HarpoPedestal.h"

Go to the source code of this file.

Variables

HarpoConfiggHConfig = 0
 
static int type
 
static const char *const short_options = "hvDs:S:d:c:n:f:t:e:r:o:b:T:X:Y:P:W:a:p:"
 
static const struct option long_options []
 

Variable Documentation

HarpoConfig* gHConfig = 0

Definition at line 101 of file HarpoConfig.cxx.

const struct option long_options[]
static
Initial value:
= {
{ "help", 0, NULL, 'h' },
{ "verbose", 0, NULL, 'v' },
{ "debug", 0, NULL, 'D' },
{ "skip", 1, NULL, 's' },
{ "split", 1, NULL, 'S' },
{ "dets", 1, NULL, 'd' },
{ "config", 1, NULL, 'c' },
{ "nevents", 1, NULL, 'n' },
{ "from", 1, NULL, 'f' },
{ "to", 1, NULL, 't' },
{ "event", 1, NULL, 'e' },
{ "run", 1, NULL, 'r' },
{ "output", 1, NULL, 'o' },
{ "hbook", 1, NULL, 'b' },
{ "type", 1, NULL, 'T' },
{ "xdcc", 1, NULL, 'X' },
{ "ydcc", 1, NULL, 'Y' },
{ "pmm2", 1, NULL, 'P' },
{ "det", 0, &type, hDummyReader },
{ "raw", 0, &type, hRawReader },
{ "sim", 0, &type, hSimReader },
{ "root",0, &type, hRootReader },
{ "writer",1,NULL,'W' },
{ "analyses", 1, NULL, 'a' },
{ "rawpedfile", 1, NULL, 'p' },
{ NULL, 0, NULL, 0 }
}
static int type
Harpo Event Simulation.
Definition: HarpoConfig.h:32
Harpo Raw Files.
Definition: HarpoConfig.h:31
dummy reader, for one detector test
Definition: HarpoConfig.h:30

Definition at line 110 of file HarpoConfig.cxx.

const char* const short_options = "hvDs:S:d:c:n:f:t:e:r:o:b:T:X:Y:P:W:a:p:"
static

Definition at line 108 of file HarpoConfig.cxx.

int type
static

Definition at line 106 of file HarpoConfig.cxx.