|
CbmRoot
|
#include <HalCbmV0TempTrack.h>
Public Types | |
| enum class | kTriggerCut { kChi2Geo = 0 , kChi2PrimFirst = 1 , kChi2PrimSecond = 2 , kChi2Topo = 3 , kCosineFirst = 4 , kCosineSecond = 5 , kDistance = 6 , kL = 7 , kDl = 8 , kMass = 9 , kPt = 10 , kEta = 11 , kRxy = 12 , kRz = 13 , kCosineTopo = 14 , kPid = 15 } |
Public Member Functions | |
| HalCbmV0TempTrack () | |
| Double_t | GetValue (kTriggerCut val) |
| void | SetCosPos (Double_t val) |
| void | SetCosNeg (Double_t val) |
| void | SetCosTopo (Double_t val) |
| void | SetDL (Double_t val) |
| HalCbmV0Track & | GetV0 () |
| HalCbmTrack & | GetTrack () |
| void | ComputeStuff (Hal::Event *event, Hal::Track *assignedTrack) |
| void | SetMcId (Int_t mc) |
| Int_t | GetMcId () const |
| virtual | ~HalCbmV0TempTrack () |
| ClassDef (HalCbmV0TempTrack, 1) | |
Private Attributes | |
| HalCbmV0Track | fV0Hidden |
| HalCbmTrack | fRecoTrack |
| Int_t | fMcId = {-1} |
| Double_t | fCosinePos = {0} |
| Double_t | fCosineNeg = {0} |
| Double_t | fCosineTopo = {0} |
| Double_t | fDl = {0} |
Definition at line 13 of file HalCbmV0TempTrack.h.
|
strong |
| Enumerator | |
|---|---|
| kChi2Geo | |
| kChi2PrimFirst | |
| kChi2PrimSecond | |
| kChi2Topo | |
| kCosineFirst | |
| kCosineSecond | |
| kDistance | |
| kL | |
| kDl | |
| kMass | |
| kPt | |
| kEta | |
| kRxy | |
| kRz | |
| kCosineTopo | |
| kPid | |
Definition at line 23 of file HalCbmV0TempTrack.h.
|
inline |
Definition at line 42 of file HalCbmV0TempTrack.h.
Referenced by ClassDef().
|
inlinevirtual |
Definition at line 54 of file HalCbmV0TempTrack.h.
| HalCbmV0TempTrack::ClassDef | ( | HalCbmV0TempTrack | , |
| 1 | ) |
References HalCbmV0TempTrack().
| void HalCbmV0TempTrack::ComputeStuff | ( | Hal::Event * | event, |
| Hal::Track * | assignedTrack ) |
Definition at line 69 of file HalCbmV0TempTrack.cxx.
|
inline |
Definition at line 53 of file HalCbmV0TempTrack.h.
References fMcId.
|
inline |
Definition at line 49 of file HalCbmV0TempTrack.h.
References fRecoTrack.
|
inline |
Definition at line 48 of file HalCbmV0TempTrack.h.
References fV0Hidden.
| Double_t HalCbmV0TempTrack::GetValue | ( | kTriggerCut | val | ) |
Definition at line 14 of file HalCbmV0TempTrack.cxx.
References fCosineNeg, fCosinePos, fCosineTopo, fRecoTrack, fV0Hidden, kChi2Geo, kChi2PrimFirst, kChi2PrimSecond, kChi2Topo, kCosineFirst, kCosineSecond, kCosineTopo, kDistance, kDl, kEta, kL, kMass, kPid, kPt, kRxy, and kRz.
|
inline |
Definition at line 45 of file HalCbmV0TempTrack.h.
References fCosineNeg.
|
inline |
Definition at line 44 of file HalCbmV0TempTrack.h.
References fCosinePos.
|
inline |
Definition at line 46 of file HalCbmV0TempTrack.h.
References fCosineTopo.
|
inline |
Definition at line 47 of file HalCbmV0TempTrack.h.
References fDl.
|
inline |
Definition at line 52 of file HalCbmV0TempTrack.h.
References fMcId.
|
private |
Definition at line 18 of file HalCbmV0TempTrack.h.
Referenced by GetValue(), and SetCosNeg().
|
private |
Definition at line 17 of file HalCbmV0TempTrack.h.
Referenced by GetValue(), and SetCosPos().
|
private |
Definition at line 19 of file HalCbmV0TempTrack.h.
Referenced by GetValue(), and SetCosTopo().
|
private |
Definition at line 20 of file HalCbmV0TempTrack.h.
Referenced by SetDL().
|
private |
Definition at line 16 of file HalCbmV0TempTrack.h.
|
private |
Definition at line 15 of file HalCbmV0TempTrack.h.
Referenced by GetTrack(), and GetValue().
|
private |
Definition at line 14 of file HalCbmV0TempTrack.h.
Referenced by ComputeStuff(), GetV0(), and GetValue().