1 #ifndef DataFormats_Candidate_VertexCompositeCandidate_H
2 #define DataFormats_Candidate_VertexCompositeCandidate_H
21 int pdgId = 0,
int status = 0,
bool integerCharge =
true) :
27 int pdgId = 0,
int status = 0,
bool integerCharge =
true);
71 int a = (i <= j ? i :
j),
b = (i <= j ? j : i);
72 return b * (
b + 1)/2 + a;
int Charge
electric charge type
virtual int pdgId() const
PDG identifier.
virtual double p() const
magnitude of momentum vector
virtual double vertexNdof() const
virtual double vertexNormalizedChi2() const
chi-squared divided by n.d.o.f.
VertexCompositeCandidate(const CompositeCandidate &p)
constructor from values
VertexCompositeCandidate()
VertexCompositeCandidate(const Candidate &p)
constructor from values
virtual int status() const
status word
virtual ~VertexCompositeCandidate()
destructor
Double32_t ndof_
number of degrees of freedom
void setChi2AndNdof(double chi2, double ndof)
set chi2 and ndof
CovarianceMatrix vertexCovariance() const
return SMatrix
virtual double vertexChi2() const
chi-squares
virtual VertexCompositeCandidate * clone() const
returns a clone of the candidate
void setCovariance(const CovarianceMatrix &m)
set covariance matrix
index idx(index i, index j) const
position index
VertexCompositeCandidate(Charge q, const LorentzVector &p4, const Point &vtx, int pdgId=0, int status=0, bool integerCharge=true)
constructor from values
virtual double vertexCovariance(int i, int j) const
(i, j)-th element of error matrix, i, j = 0, ... 2
Double32_t chi2_
chi-sqared
unsigned int index
index type
Double32_t covariance_[size]
covariance matrix (3x3) as vector
virtual void fillVertexCovariance(CovarianceMatrix &v) const
fill SMatrix
math::XYZTLorentzVector LorentzVector
Lorentz vector.
ROOT::Math::LorentzVector< ROOT::Math::PxPyPzE4D< float > > LorentzVector
math::XYZPoint Point
point in the space
virtual const LorentzVector & p4() const
four-momentum Lorentz vector
int Charge
electric charge type