|
CbmRoot
|
MC-based track finding in the STS. More...
#include <CbmStsTrackFinderIdeal.h>
Public Member Functions | |
| CbmStsTrackFinderIdeal () | |
| CbmStsTrackFinderIdeal (Int_t verbose) | |
| virtual | ~CbmStsTrackFinderIdeal () |
| virtual void | Init () |
| virtual Int_t | DoFind () |
| virtual Int_t | FindTracks (CbmEvent *) |
| void | FillEloss () |
| Calculate the median energy loss for the tracks and fill the respective data members. | |
| virtual void | Finish () |
| void | SetDigiScheme (CbmStsDigiScheme *scheme) |
| void | SetField (FairField *field) |
| void | SetMvdHitArray (TClonesArray *hits) |
| void | SetStsHitArray (TClonesArray *hits) |
| void | SetTrackArray (TClonesArray *tracks) |
| void | SetVerbose (Int_t verbose) |
Protected Member Functions | |
| double | CalculateEloss (CbmStsTrack *cbmStsTrack) |
Protected Attributes | |
| CbmStsDigiScheme * | fDigiScheme |
| FairField * | fField |
| TClonesArray * | fMvdHits |
| TClonesArray * | fStsHits |
| TClonesArray * | fTracks |
| TClonesArray * | fStsClusters |
| Int_t | fVerbose |
Private Member Functions | |
| CbmStsTrackFinderIdeal (const CbmStsTrackFinderIdeal &) | |
| CbmStsTrackFinderIdeal | operator= (const CbmStsTrackFinderIdeal &) |
| ClassDef (CbmStsTrackFinderIdeal, 1) | |
| double | VecMedian (std::vector< double > &vec) |
Static Private Member Functions | |
| static constexpr int | MaxAdcVal () |
Private Attributes | |
| TClonesArray * | fMCTrackArray |
| TClonesArray * | fMCPointArray |
MC-based track finding in the STS.
Ideal track finder in the STS for simulated data. For each MCTrack having at least 3 StsPoints, a StsTrack is created and the corresponding StsHits are attached using the correspondence between StsHit and StsPoint.
Definition at line 42 of file CbmStsTrackFinderIdeal.h.
| CbmStsTrackFinderIdeal::CbmStsTrackFinderIdeal | ( | ) |
Default constructor
Definition at line 36 of file CbmStsTrackFinderIdeal.cxx.
References CbmStsTrackFinder::CbmStsTrackFinder(), fMCPointArray, fMCTrackArray, and CbmStsTrackFinder::fVerbose.
Referenced by CbmStsTrackFinderIdeal(), ClassDef(), and operator=().
| CbmStsTrackFinderIdeal::CbmStsTrackFinderIdeal | ( | Int_t | verbose | ) |
Standard constructor
Definition at line 45 of file CbmStsTrackFinderIdeal.cxx.
References CbmStsTrackFinder::CbmStsTrackFinder(), fMCPointArray, fMCTrackArray, and CbmStsTrackFinder::fVerbose.
|
virtual |
Destructor
Definition at line 57 of file CbmStsTrackFinderIdeal.cxx.
|
private |
References CbmStsTrackFinderIdeal().
|
protectedinherited |
Median energy loss calculation for the tracks in event/timeslice Ported from CbmKFParticleFinderPID Description of the method given at 30th CBM CM https://indico.gsi.de/event/4760/session/4/contribution/80/material/slides/0.pdf
Definition at line 51 of file CbmStsTrackFinder.cxx.
References CbmStsTrack::ELossOverflow(), fStsClusters, fStsHits, CbmDigiManager::Get(), CbmStsHit::GetBackClusterId(), CbmStsCluster::GetCharge(), CbmCluster::GetDigi(), CbmStsHit::GetFrontClusterId(), CbmCluster::GetNofDigis(), CbmStsTrack::GetNofStsHits(), CbmStsTrack::GetStsHitIndex(), CbmPixelHit::GetX(), CbmPixelHit::GetY(), CbmHit::GetZ(), CbmDigiManager::Instance(), MaxAdcVal(), sqrt(), VecMedian(), x, and y.
Referenced by CbmL1GlobalTrackFinder::CbmL1TrackToCbmStsTrack(), and FillEloss().
|
private |
References CbmStsTrackFinderIdeal().
|
virtual |
Track finding algorithm This just reads MC truth (MCTracks and MCPoints), creates one StsTrack for each MCTrack and attaches the hits according to the MCTrack of the corresponding MCPoint
| mHitArray | Array of CbmStsHit |
| trackArray | Array of CbmStsTrack |
@value Number of tracks created
Implements CbmStsTrackFinder.
Definition at line 91 of file CbmStsTrackFinderIdeal.cxx.
References CbmStsTrack::AddStsHit(), fMCPointArray, fMCTrackArray, CbmStsTrackFinder::fStsHits, CbmStsTrackFinder::fTracks, CbmStsTrackFinder::fVerbose, CbmMCTrack::GetNPoints(), CbmHit::GetRefId(), kSts, and nMCTracks.
|
inherited |
Calculate the median energy loss for the tracks and fill the respective data members.
Definition at line 111 of file CbmStsTrackFinder.cxx.
References CalculateEloss(), fTracks, and CbmStsTrack::SetELoss().
Track finding in one event (abstract)
| event | Pointer to event object |
| nTracks | Number of StsTrack objects created |
Implements CbmStsTrackFinder.
Definition at line 73 of file CbmStsTrackFinderIdeal.h.
|
inlinevirtualinherited |
Virtual method Finish. If needed, to be implemented in the concrete class. Executed at the end of the run.
Definition at line 66 of file CbmStsTrackFinder.h.
|
virtual |
Initialisation
Reimplemented from CbmStsTrackFinder.
Definition at line 62 of file CbmStsTrackFinderIdeal.cxx.
References fMCPointArray, and fMCTrackArray.
|
inlinestaticconstexprprivateinherited |
Definition at line 103 of file CbmStsTrackFinder.h.
Referenced by CalculateEloss().
|
private |
References CbmStsTrackFinderIdeal().
|
inlineinherited |
|
inlineinherited |
Definition at line 78 of file CbmStsTrackFinder.h.
References fField.
|
inlineinherited |
Definition at line 79 of file CbmStsTrackFinder.h.
|
inlineinherited |
Definition at line 80 of file CbmStsTrackFinder.h.
|
inlineinherited |
Definition at line 81 of file CbmStsTrackFinder.h.
|
inlineinherited |
Definition at line 82 of file CbmStsTrackFinder.h.
References fVerbose.
|
privateinherited |
Calculate median value of a vector
Definition at line 35 of file CbmStsTrackFinder.cxx.
Referenced by CalculateEloss().
|
protectedinherited |
Definition at line 86 of file CbmStsTrackFinder.h.
Referenced by CbmStsTrackFinder(), and SetDigiScheme().
|
protectedinherited |
Definition at line 87 of file CbmStsTrackFinder.h.
Referenced by CbmStsTrackFinder(), and SetField().
|
private |
Definition at line 79 of file CbmStsTrackFinderIdeal.h.
Referenced by CbmStsTrackFinderIdeal(), CbmStsTrackFinderIdeal(), DoFind(), and Init().
|
private |
Arrays of MC information
Definition at line 78 of file CbmStsTrackFinderIdeal.h.
Referenced by CbmStsTrackFinderIdeal(), CbmStsTrackFinderIdeal(), DoFind(), and Init().
|
protectedinherited |
Definition at line 88 of file CbmStsTrackFinder.h.
Referenced by CbmStsTrackFinder(), and SetMvdHitArray().
|
protectedinherited |
Definition at line 91 of file CbmStsTrackFinder.h.
Referenced by CalculateEloss(), and CbmStsTrackFinder().
|
protectedinherited |
Definition at line 89 of file CbmStsTrackFinder.h.
Referenced by CalculateEloss(), CbmStsTrackFinder(), CbmStsTrackFinderIdeal::DoFind(), and SetStsHitArray().
|
protectedinherited |
Definition at line 90 of file CbmStsTrackFinder.h.
Referenced by CbmStsTrackFinder(), CbmL1StsTrackFinder::CopyL1Tracks(), CbmL1GlobalTrackFinder::DoFind(), CbmL1StsTrackFinder::DoFind(), CbmStsTrackFinderIdeal::DoFind(), FillEloss(), and SetTrackArray().
|
protectedinherited |
Definition at line 92 of file CbmStsTrackFinder.h.
Referenced by CbmStsTrackFinder(), CbmStsTrackFinderIdeal::CbmStsTrackFinderIdeal(), CbmStsTrackFinderIdeal::CbmStsTrackFinderIdeal(), CbmStsTrackFinderIdeal::DoFind(), and SetVerbose().