CbmRoot
|
#include <HalCbmDeltaPhiDeltaThetaCut.h>
Public Member Functions | |
HalCbmDeltaPhiDeltaThetaStarCut () | |
HalCbmDeltaPhiDeltaThetaStarCut & | operator= (const HalCbmDeltaPhiDeltaThetaStarCut &other) |
void | SetR (Double_t r) |
virtual Hal::Package * | Report () const |
virtual | ~HalCbmDeltaPhiDeltaThetaStarCut () |
virtual Bool_t | Pass (Hal::TwoTrack *pair) |
virtual Bool_t | Init (Int_t format_id) |
Protected Member Functions | |
virtual Bool_t | PassHbt (Hal::TwoTrack *pair) |
virtual Bool_t | PassAnaTree (Hal::TwoTrack *pair) |
Protected Attributes | |
Double_t | fR |
HalCbm::EFormatType | fDataType |
Definition at line 9 of file HalCbmDeltaPhiDeltaThetaCut.h.
HalCbmDeltaPhiDeltaThetaStarCut::HalCbmDeltaPhiDeltaThetaStarCut | ( | ) |
Definition at line 21 of file HalCbmDeltaPhiDeltaThetaCut.cxx.
|
virtual |
Definition at line 78 of file HalCbmDeltaPhiDeltaThetaCut.cxx.
|
virtualinherited |
Definition at line 28 of file HalCbmPairCut.cxx.
References HalCbmPairCut::fDataType, HalCbm::GetFormatType(), and HalCbm::kUnknown.
HalCbmDeltaPhiDeltaThetaStarCut & HalCbmDeltaPhiDeltaThetaStarCut::operator= | ( | const HalCbmDeltaPhiDeltaThetaStarCut & | other | ) |
Definition at line 70 of file HalCbmDeltaPhiDeltaThetaCut.cxx.
References HalCbmPairCut::fDataType, and HalCbmPairCut::operator=().
|
virtualinherited |
Reimplemented in HalCbmDeltaPhiDeltaThetaCut.
Definition at line 19 of file HalCbmPairCut.cxx.
References HalCbmPairCut::fDataType, HalCbm::kAnaTree, HalCbm::kHbt, HalCbmPairCut::PassAnaTree(), and HalCbmPairCut::PassHbt().
|
protectedvirtual |
pass pair of cbm tracks from analysis tree
pair |
Implements HalCbmPairCut.
Definition at line 44 of file HalCbmDeltaPhiDeltaThetaCut.cxx.
References CbmHelix::Eval(), fR, and HalCbmTrack::GetHelix().
|
protectedvirtual |
pass pair of hbt particles
pair |
Implements HalCbmPairCut.
Definition at line 27 of file HalCbmDeltaPhiDeltaThetaCut.cxx.
References HalCbmHbtTrack::CalculateAtR(), fR, and HalCbmHbtTrack::GetMomAtCustom().
|
virtual |
Definition at line 62 of file HalCbmDeltaPhiDeltaThetaCut.cxx.
References fR.
|
inline |
Definition at line 18 of file HalCbmDeltaPhiDeltaThetaCut.h.
References fR.
Referenced by HalCbmBasicFemtoPairCut::SetR().
|
protectedinherited |
Definition at line 13 of file HalCbmPairCut.h.
Referenced by HalCbmPairCut::Init(), operator=(), HalCbmDeltaPhiDeltaThetaStarCutLayers::operator=(), HalCbmPairCut::operator=(), and HalCbmPairCut::Pass().
|
protected |
Definition at line 11 of file HalCbmDeltaPhiDeltaThetaCut.h.
Referenced by PassAnaTree(), PassHbt(), Report(), and SetR().