#include <RhoVertexSelectorBase.h>
|
| | RhoVertexSelectorBase (const char *name="RhoVertexSelectorBase") |
| |
| virtual | ~RhoVertexSelectorBase () |
| |
| virtual Bool_t | Accept (RhoCandidate *, RhoCandidate *)=0 |
| |
| virtual Bool_t | Accept (RhoCandidate *, RhoCandidate *, RhoCandidate *) |
| |
| virtual Bool_t | Accept (RhoCandidate *, RhoCandidate *, RhoCandidate *, RhoCandidate *) |
| |
| virtual Bool_t | Accept (RhoCandidate *, RhoCandidate *, RhoCandidate *, RhoCandidate *, RhoCandidate *) |
| |
| void | SetDistanceOfClosestApproach (Double_t d) |
| |
| void | SetAngle (Double_t d) |
| |
| void | SetRadius (Double_t r1, Double_t r2=1.E8) |
| |
| void | SetPrimaryVertex (TVector3 x) |
| |
| TVector3 | GetVertex () |
| |
| Double_t | GetDistanceOfClosestApproach () |
| |
| Double_t | GetAngle () |
| |
| virtual void | PrintOn (std::ostream &o=std::cout) const |
| |
| const TVector3 & | GetMomentumA () const |
| |
| const TVector3 & | GetMomentumB () const |
| |
| TVector3 | GetMomentum () const |
| |
| Double_t | GetRadius () const |
| |
| void | Combine (RhoCandList &in1, RhoCandList &in2, RhoCandList &out) |
| |
Definition at line 23 of file RhoVertexSelectorBase.h.
◆ RhoVertexSelectorBase()
| RhoVertexSelectorBase::RhoVertexSelectorBase |
( |
const char * |
name = "RhoVertexSelectorBase" | ) |
|
◆ ~RhoVertexSelectorBase()
| virtual RhoVertexSelectorBase::~RhoVertexSelectorBase |
( |
| ) |
|
|
virtual |
◆ Accept() [1/4]
◆ Accept() [2/4]
◆ Accept() [3/4]
◆ Accept() [4/4]
◆ Combine()
◆ GetAngle()
| Double_t RhoVertexSelectorBase::GetAngle |
( |
| ) |
|
|
inline |
◆ GetDistanceOfClosestApproach()
| Double_t RhoVertexSelectorBase::GetDistanceOfClosestApproach |
( |
| ) |
|
|
inline |
◆ GetMomentum()
| TVector3 RhoVertexSelectorBase::GetMomentum |
( |
| ) |
const |
|
inline |
◆ GetMomentumA()
| const TVector3& RhoVertexSelectorBase::GetMomentumA |
( |
| ) |
const |
|
inline |
◆ GetMomentumB()
| const TVector3& RhoVertexSelectorBase::GetMomentumB |
( |
| ) |
const |
|
inline |
◆ GetRadius()
| Double_t RhoVertexSelectorBase::GetRadius |
( |
| ) |
const |
|
inline |
◆ GetVertex()
| TVector3 RhoVertexSelectorBase::GetVertex |
( |
| ) |
|
|
inline |
◆ PrintOn()
| virtual void RhoVertexSelectorBase::PrintOn |
( |
std::ostream & |
o = std::cout | ) |
const |
|
virtual |
◆ SetAngle()
| void RhoVertexSelectorBase::SetAngle |
( |
Double_t |
d | ) |
|
|
inline |
◆ SetDistanceOfClosestApproach()
| void RhoVertexSelectorBase::SetDistanceOfClosestApproach |
( |
Double_t |
d | ) |
|
|
inline |
◆ SetPrimaryVertex()
| void RhoVertexSelectorBase::SetPrimaryVertex |
( |
TVector3 |
x | ) |
|
|
inline |
◆ SetRadius()
| void RhoVertexSelectorBase::SetRadius |
( |
Double_t |
r1, |
|
|
Double_t |
r2 = 1.E8 |
|
) |
| |
|
inline |
◆ fActualDoca
| Double_t RhoVertexSelectorBase::fActualDoca |
|
protected |
◆ fActualR
| Double_t RhoVertexSelectorBase::fActualR |
|
protected |
◆ fActualVtxip
| Double_t RhoVertexSelectorBase::fActualVtxip |
|
protected |
◆ fDoca
| Double_t RhoVertexSelectorBase::fDoca |
|
protected |
◆ fMomA
| TVector3 RhoVertexSelectorBase::fMomA |
|
protected |
◆ fMomB
| TVector3 RhoVertexSelectorBase::fMomB |
|
protected |
◆ fPrimaryVertex
| TVector3 RhoVertexSelectorBase::fPrimaryVertex |
|
protected |
◆ fRmax
| Double_t RhoVertexSelectorBase::fRmax |
|
protected |
◆ fRmin
| Double_t RhoVertexSelectorBase::fRmin |
|
protected |
◆ fVertex
| TVector3 RhoVertexSelectorBase::fVertex |
|
protected |
◆ fVtxip
| Double_t RhoVertexSelectorBase::fVtxip |
|
protected |
The documentation for this class was generated from the following file: