Public Types | |
enum | E_prec_Bhabha_Mode { E_SINGLE_HELIX = 0, E_DOUBLE_HELIX = 1 } |
Public Member Functions | |
TFndProcessRec (Int_t num, Bool_t debug=kFALSE) | |
TFndProcessRec (const Char_t *typ, Int_t num, const Char_t *data_path="$RDT", const Char_t *msql_db_host="$MSQL_DB_HOST", Bool_t debug=kFALSE) | |
~TFndProcessRec () | |
Int_t | UgEvent () |
Int_t | FillJFGES () |
Int_t | Reconstruct () |
void | CloseRun (Bool_t last=kFALSE) |
Int_t | CloseInterface () |
void | InitNewRun (const Char_t *typ, Int_t num, const Char_t *data_path="$RDT", const Char_t *msql_db_host="$MSQL_DB_HOST", Bool_t debug=kFALSE) |
Bool_t | GetStatusBit (Int_t l, Int_t k) |
UInt_t * | GetRawEvPointer () |
Int_t | GetJINFO () |
Int_t | GetJFGES () |
Int_t | GetJFDST () |
Int_t * | GetLQ () |
Int_t * | GetIQ () |
Float_t * | GetQ () |
Int_t | GetLQ (Int_t address) |
Int_t | GetIQ (Int_t address) |
Float_t | GetQ (Int_t address) |
TString * | GetRunType () |
void | PrintZebiniContent () |
void | PrintGcflagContent () |
Bool_t | GetDebugFlag () |
void | SetRuninf () |
void | SelectBhabhaInFidaRC (E_prec_Bhabha_Mode mode) |
E_prec_Bhabha_Mode | GetBhabhaRecMode () |
void | CreateProcInpFiles () |
void | CleanCurrentProcess () |
void | SetMaxEv (Int_t n) |
virtual void | AutoProcessRun () |
Static Public Member Functions | |
static void | CleanRecOutputs (Bool_t out, Bool_t his, Bool_t dst) |
Public Attributes | |
Int_t | fMaxEv |
Bool_t | fBhaFlag |
Bool_t | fHypeFlag |
Bool_t | fCosmFlag |
Int_t | fcount_k_min |
Int_t | fcount_k_min_inside |
TH2F * | fHyp_K_min_xy_vert_histo |
TH1F * | fHyp_K_min_z_vert_histo |
TH1F * | fHyp_K_min_mom_neg_trk |
TH1F * | fHyp_K_min_mom_pos_trk |
Int_t | fcount_BABA |
Int_t | fcount_BABA_OK |
TH1F * | fBABA_mom_patt_histo |
TH1F * | fBABA_mom_fit_histo |
Int_t | fcount_COSM |
Int_t | fcount_COSM_OK |
TH1F * | fCosm_SignOfCharge_histo |
TH1F * | fCOSM_mom_patt_histo |
TH1F * | fCOSM_mom_fit_histo |
Definition at line 128 of file TFndProcessRec.h.