CbmRoot
|
#include <HalCbmPairCut.h>
Public Member Functions | |
HalCbmPairCut (Int_t parNo=1) | |
virtual Bool_t | Pass (Hal::TwoTrack *pair) |
virtual Bool_t | Init (Int_t format_id) |
virtual | ~HalCbmPairCut () |
HalCbmPairCut & | operator= (const HalCbmPairCut &other) |
HalCbmPairCut (const HalCbmPairCut &other) | |
Protected Member Functions | |
virtual Bool_t | PassHbt (Hal::TwoTrack *pair)=0 |
virtual Bool_t | PassAnaTree (Hal::TwoTrack *pair)=0 |
Protected Attributes | |
HalCbm::EFormatType | fDataType |
Definition at line 11 of file HalCbmPairCut.h.
HalCbmPairCut::HalCbmPairCut | ( | Int_t | parNo = 1 | ) |
Definition at line 7 of file HalCbmPairCut.cxx.
|
virtual |
Definition at line 9 of file HalCbmPairCut.cxx.
HalCbmPairCut::HalCbmPairCut | ( | const HalCbmPairCut & | other | ) |
Definition at line 35 of file HalCbmPairCut.cxx.
|
virtual |
Definition at line 28 of file HalCbmPairCut.cxx.
References fDataType, HalCbm::GetFormatType(), and HalCbm::kUnknown.
HalCbmPairCut & HalCbmPairCut::operator= | ( | const HalCbmPairCut & | other | ) |
Definition at line 11 of file HalCbmPairCut.cxx.
References fDataType.
Referenced by HalCbmDeltaPhiDeltaThetaStarCut::operator=(), and HalCbmDeltaPhiDeltaThetaStarCutLayers::operator=().
|
virtual |
Reimplemented in HalCbmDeltaPhiDeltaThetaCut.
Definition at line 19 of file HalCbmPairCut.cxx.
References fDataType, HalCbm::kAnaTree, HalCbm::kHbt, PassAnaTree(), and PassHbt().
|
protectedpure virtual |
pass pair of cbm tracks from analysis tree
pair |
Implemented in HalCbmDeltaPhiDeltaThetaStarCut, HalCbmDeltaPhiDeltaThetaStarCutLayers, HalCbmDeltaPhiDeltaThetaStarMinCut, HalCbmPairSeparationCut2D, HalCbmStsEntranceSepCut, HalCbmStsExitSepCut, and HalCbmStsSeparationCutLayers.
Referenced by Pass().
|
protectedpure virtual |
pass pair of hbt particles
pair |
Implemented in HalCbmDeltaPhiDeltaThetaStarCut, HalCbmDeltaPhiDeltaThetaStarCutLayers, HalCbmDeltaPhiDeltaThetaStarMinCut, HalCbmPairSeparationCut2D, HalCbmStsEntranceSepCut, HalCbmStsExitSepCut, and HalCbmStsSeparationCutLayers.
Referenced by Pass().
|
protected |
Definition at line 13 of file HalCbmPairCut.h.
Referenced by Init(), HalCbmDeltaPhiDeltaThetaStarCut::operator=(), HalCbmDeltaPhiDeltaThetaStarCutLayers::operator=(), operator=(), and Pass().