6 |
#define trkprocess_h |
#define trkprocess_h |
7 |
|
|
8 |
#include <TrkStruct.h> |
#include <TrkStruct.h> |
9 |
|
#include <TrkParams.h> |
10 |
#include <TrkLevel0.h> |
#include <TrkLevel0.h> |
11 |
|
|
12 |
#include <TString.h> |
#include <TString.h> |
53 |
|
|
54 |
TrkProcess(ULong64_t run, TFile *f2); |
TrkProcess(ULong64_t run, TFile *f2); |
55 |
|
|
56 |
void SetDebugMode() {dbg_mode.SetDebug(); dbg_=dbg_mode;}; |
void SetDebugMode() {TrkParams::SetDebugMode(); dbg_mode.SetDebug(); dbg_=dbg_mode;}; |
57 |
void SetVerboseMode(){dbg_mode.SetVerbose(); dbg_=dbg_mode;}; |
void SetVerboseMode(){TrkParams::SetVerboseMode(); dbg_mode.SetVerbose(); dbg_=dbg_mode;}; |
58 |
void SetWarningMode(){dbg_mode.SetWarning(); dbg_=dbg_mode;}; |
void SetWarningMode(){TrkParams::SetWarningMode();dbg_mode.SetWarning(); dbg_=dbg_mode;}; |
59 |
|
|
60 |
bool DebugMode(){return dbg_mode.debug;}; |
bool DebugMode(){return dbg_mode.debug;}; |
61 |
bool WarningMode(){return dbg_mode.warning;}; |
bool WarningMode(){return dbg_mode.warning;}; |