Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
THaRun.cxx File Reference
#include "THaRun.h"
#include "THaEvData.h"
#include "THaCodaFile.h"
#include "THaGlobals.h"
#include "DAQconfig.h"
#include "THaPrintOption.h"
#include "TClass.h"
#include "TError.h"
#include "TSystem.h"
#include "TRegexp.h"
#include <iostream>
#include <iomanip>
#include <cassert>
#include <stdexcept>
#include <sstream>
Include dependency graph for THaRun.cxx:

Go to the source code of this file.

Macros

#define MKCODAFILE   unique_ptr<Decoder::THaCodaFile>(new Decoder::THaCodaFile)
 

Variables

static const int fgMaxScan = 5000
 
static const char *const fgRe1 ="\\.[0-9]+$"
 
static const char *const fgRe2 ="\\.[0-9]+\\.[0-9]+$"
 

Macro Definition Documentation

◆ MKCODAFILE

#define MKCODAFILE   unique_ptr<Decoder::THaCodaFile>(new Decoder::THaCodaFile)

Definition at line 32 of file THaRun.cxx.

Variable Documentation

◆ fgMaxScan

const int fgMaxScan = 5000
static

Definition at line 35 of file THaRun.cxx.

◆ fgRe1

const char* const fgRe1 ="\\.[0-9]+$"
static

Definition at line 36 of file THaRun.cxx.

◆ fgRe2

const char* const fgRe2 ="\\.[0-9]+\\.[0-9]+$"
static

Definition at line 37 of file THaRun.cxx.