Public Types | |
| enum | E_FollowControl { E_Follow_NotUsed = -1, E_Follow_GoToNext = 0, E_Follow_RetryThis = 1, E_Follow_ProcessThis = 2, E_Follow_NotUsed = -1, E_Follow_GoToNext = 0, E_Follow_RetryThis = 1, E_Follow_ProcessThis = 2 } |
| enum | E_FollowControl { E_Follow_NotUsed = -1, E_Follow_GoToNext = 0, E_Follow_RetryThis = 1, E_Follow_ProcessThis = 2, E_Follow_NotUsed = -1, E_Follow_GoToNext = 0, E_Follow_RetryThis = 1, E_Follow_ProcessThis = 2 } |
Public Member Functions | |
| ~TFndPreanProcess () | |
| void | SetDebugLevel (const Int_t &debug_lev) |
| void | SetDBhost (const TString &db_host) |
| void | SetDataPath (const TString &data_path) |
| void | SetRunType (const TString &run_type) |
| void | SetCurrentRun (const Int_t &run_num) |
| void | SetRunEventTarget (const Int_t &nevt) |
| void | SetTotEventTarget (const Int_t &nevt) |
| void | SetFirstRun (const Int_t &num) |
| void | SetLastRun (const Int_t &num) |
| Int_t | ProcessPreanalysis () |
| void | StartTimeCheck () |
| void | StopTimeCheck () |
| void | EventLoop () |
| Int_t | ProcessSingleRun () |
| Int_t | CheckRuns () |
| void | InitPreanalysis () |
| void | SetDebugLevel (const Int_t &debug_lev) |
| void | SetDBhost (const TString &db_host) |
| void | SetDataPath (const TString &data_path) |
| void | SetRunType (const TString &run_type) |
| void | SetCurrentRun (const Int_t &run_num) |
| void | StartTimeCheck () |
| void | StopTimeCheck () |
| void | EventLoop () |
| Int_t | ProcessSingleRun () |
| void | SetRunEventTarget (const Int_t &nevt) |
| void | SetTotEventTarget (const Int_t &nevt) |
| void | SetFirstRun (const Int_t &num) |
| void | SetLastRun (const Int_t &num) |
| Int_t | ProcessPreanalysis () |
| Int_t | CheckRuns () |
Definition at line 16 of file FinudaPreanalysis.C.
| E_Follow_NotUsed | |
| E_Follow_GoToNext | |
| E_Follow_RetryThis | |
| E_Follow_ProcessThis | |
| E_Follow_NotUsed | |
| E_Follow_GoToNext | |
| E_Follow_RetryThis | |
| E_Follow_ProcessThis |
Definition at line 19 of file FinudaPreanalysis.C.
00019 { 00020 E_Follow_NotUsed = -1, // init only 00021 E_Follow_GoToNext = 0, 00022 E_Follow_RetryThis = 1, 00023 E_Follow_ProcessThis = 2, 00024 };
| E_Follow_NotUsed | |
| E_Follow_GoToNext | |
| E_Follow_RetryThis | |
| E_Follow_ProcessThis | |
| E_Follow_NotUsed | |
| E_Follow_GoToNext | |
| E_Follow_RetryThis | |
| E_Follow_ProcessThis |
Definition at line 21 of file TFndPreanProcess.h.
00021 { 00022 E_Follow_NotUsed = -1, // init only 00023 E_Follow_GoToNext = 0, 00024 E_Follow_RetryThis = 1, 00025 E_Follow_ProcessThis = 2, 00026 };
1.5.2