#include <StBTofMatchMaker.h>

Classes | |
| struct | StructCellHit |
| struct | TRACKTREE |
Public Member Functions | |
| StBTofMatchMaker (const Char_t *name="btofMatch") | |
| Default constructor. | |
| Int_t | Init () |
| process start-up options | |
| Int_t | InitRun (Int_t) |
| initialize DaqMap, Geometry, and INL | |
| Int_t | FinishRun (Int_t) |
| Int_t | Make () |
| Main match algorithm. | |
| Int_t | Finish () |
| Print run summary, and write QA histograms. | |
| void | setCreateHistoFlag (Bool_t histos=kTRUE) |
| enable QA histogram filling | |
| void | setCreateTreeFlag (Bool_t tree=kTRUE) |
| enable track-tree filling | |
| void | setOuterTrackGeometry () |
| selection of inner or outer geometry. By default - outerGeometry | |
| void | setStandardTrackGeometry () |
| void | setMinHitsPerTrack (Int_t) |
| set minimum hits per track | |
| void | setMinFitPointsPerTrack (Int_t) |
| set minimum fit points per track | |
| void | setMinFitPointsOverMax (Float_t) |
| set minimum fit-points/max-points ratio | |
| void | setMaxDCA (Float_t) |
| set maximum distance of closest approach | |
| void | setHistoFileName (const Char_t *) |
| set histogram output file name | |
| void | setNtupleFileName (const Char_t *) |
| set ntuple output file name | |
| void | setSaveGeometry (const Bool_t geomSave=kFALSE) |
| save geometry if it will be used by following makers in the chain | |
| void | setIdealGeometry (const Bool_t useIdealGeometry=kTRUE) |
| switch between standard and ideal MC geometry | |
| void | setCalculateAlign (const Bool_t calcAlign=kTRUE) |
| switch for alignment calculation | |
| void | setAlignFileName (const Char_t *infile="") |
| input file for alignment parameters | |
| void | setMuDstIn (Bool_t muDstIn=kTRUE) |
| switch to read in StEvent/MuDst | |
| StBTofGeometry * | getBTofGeom () |
| method to retrieve the BTofGeom | |
Public Attributes | |
| Bool_t | doPrintMemoryInfo |
| Bool_t | doPrintCpuInfo |
Match Maker for the BTOF detector
Definition at line 107 of file StBTofMatchMaker.h.
1.5.9