CbmRoot
|
#include <LxParall.h>
Public Member Functions | |
LxParallFinder () | |
~LxParallFinder () | |
Double_t | Reconstruct (Int_t numThreads) |
void | SetGenInvMass (bool value) |
void | SetGenBackground (bool value) |
void | SetGenChi2 (bool value) |
void | SetLinkWithSts (bool value) |
void | SetUseMCPInsteadOfHits (bool value) |
void | SetCalcMiddlePoints (bool value) |
void | SetCutCoeff (scaltype value) |
void | SetStartEvent (Int_t n) |
void | SetEndEvent (Int_t n) |
void | SetHitFileName (TString v) |
Private Member Functions | |
ClassDef (LxParallFinder, 1) | |
Private Attributes | |
bool | generateInvMass |
bool | generateBackground |
bool | generateChi2 |
bool | linkWithSts |
bool | useMCPInsteadOfHits |
bool | calcMiddlePoints |
scaltype | cutCoeff |
Int_t | ev_start |
Int_t | ev_end |
TString | hitFileName |
Definition at line 7 of file LxParall.h.
LxParallFinder::LxParallFinder | ( | ) |
|
inline |
Definition at line 10 of file LxParall.h.
|
private |
Double_t LxParallFinder::Reconstruct | ( | Int_t | numThreads | ) |
Definition at line 43 of file LxParall.cxx.
References calcMiddlePoints, cutCoeff, ev_end, ev_start, LxFinder::Exec(), FinderCapsule::finder, generateBackground, generateInvMass, hitFileName, i, LxFinder::Init(), linkWithSts, LxFinder::ReadEvent(), LxFinder::SetCalcMiddlePoints(), LxFinder::SetCutCoeff(), LxFinder::SetGenBackground(), LxFinder::SetGenInvMass(), LxFinder::SetHitFileName(), LxFinder::SetLinkWithSts(), LxFinder::SetParallMode(), LxFinder::SetUseMCPInsteadOfHits(), LxFinder::SetVerbosity(), and useMCPInsteadOfHits.
|
inline |
Definition at line 24 of file LxParall.h.
References calcMiddlePoints.
|
inline |
Definition at line 26 of file LxParall.h.
References cutCoeff.
|
inline |
Definition at line 30 of file LxParall.h.
References ev_end.
|
inline |
Definition at line 16 of file LxParall.h.
References generateBackground.
|
inline |
Definition at line 18 of file LxParall.h.
References generateChi2.
|
inline |
Definition at line 14 of file LxParall.h.
References generateInvMass.
|
inline |
Definition at line 32 of file LxParall.h.
References hitFileName, and v.
|
inline |
Definition at line 20 of file LxParall.h.
References linkWithSts.
|
inline |
Definition at line 28 of file LxParall.h.
References ev_start.
|
inline |
Definition at line 22 of file LxParall.h.
References useMCPInsteadOfHits.
|
private |
Definition at line 40 of file LxParall.h.
Referenced by Reconstruct(), and SetCalcMiddlePoints().
|
private |
Definition at line 41 of file LxParall.h.
Referenced by Reconstruct(), and SetCutCoeff().
|
private |
Definition at line 43 of file LxParall.h.
Referenced by Reconstruct(), and SetEndEvent().
|
private |
Definition at line 42 of file LxParall.h.
Referenced by Reconstruct(), and SetStartEvent().
|
private |
Definition at line 36 of file LxParall.h.
Referenced by Reconstruct(), and SetGenBackground().
|
private |
Definition at line 37 of file LxParall.h.
Referenced by SetGenChi2().
|
private |
Definition at line 35 of file LxParall.h.
Referenced by Reconstruct(), and SetGenInvMass().
|
private |
Definition at line 44 of file LxParall.h.
Referenced by Reconstruct(), and SetHitFileName().
|
private |
Definition at line 38 of file LxParall.h.
Referenced by Reconstruct(), and SetLinkWithSts().
|
private |
Definition at line 39 of file LxParall.h.
Referenced by Reconstruct(), and SetUseMCPInsteadOfHits().