#include <RhoSimpleVertexSelector.h>
|
| RhoSimpleVertexSelector (const char *name="SimpleVertexSelector", Double_t d=1.0, Double_t a=3.14159265358979323846, Double_t r1=0.0, Double_t r2=1.E8) |
|
virtual | ~RhoSimpleVertexSelector () |
|
virtual Bool_t | Accept (RhoCandidate &a, RhoCandidate &b) |
|
| 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 25 of file RhoSimpleVertexSelector.h.
◆ RhoSimpleVertexSelector()
RhoSimpleVertexSelector::RhoSimpleVertexSelector |
( |
const char * |
name = "SimpleVertexSelector" , |
|
|
Double_t |
d = 1.0 , |
|
|
Double_t |
a = 3.14159265358979323846 , |
|
|
Double_t |
r1 = 0.0 , |
|
|
Double_t |
r2 = 1.E8 |
|
) |
| |
◆ ~RhoSimpleVertexSelector()
virtual RhoSimpleVertexSelector::~RhoSimpleVertexSelector |
( |
| ) |
|
|
virtual |
◆ Accept()
The documentation for this class was generated from the following file: