1 #ifndef RecoVertex_VertexPrimitives_VertexState_H
2 #define RecoVertex_VertexPrimitives_VertexState_H
36 :
Base(new
BSVS(pos, posErr, weightInMix)) {}
39 :
Base(new
BSVS(pos, posWeight, weightInMix)) {}
43 const double& weightInMix = 1.0)
44 :
Base(new
BSVS(weightTimesPosition, posWeight, weightInMix)) {}
48 :
Base(new
BSVS(pos, time, posTimeErr, weightInMix)) {}
53 const double& weightInMix = 1.0)
54 :
Base(new
BSVS(pos, time, posTimeWeight, weightInMix)) {}
58 const double& weightInMix = 1.0)
59 :
Base(new
BSVS(weightTimesPosition, posTimeWeight, weightInMix)) {}
VertexState(BasicVertexState *p)
VertexState(const GlobalPoint &pos, const double time, const GlobalError &posTimeErr, const double &weightInMix=1.0)
ProxyBase11< BasicVertexState > Proxy
VertexState(const reco::BeamSpot &beamSpot)
GlobalPoint position() const
GlobalWeight weight4D() const
VertexState(const AlgebraicVector4 &weightTimesPosition, const GlobalWeight &posTimeWeight, const double &weightInMix=1.0)
double weightInMixture() const
AlgebraicVector3 weightTimesPosition() const
std::vector< VertexState > components() const
VertexState(const GlobalPoint &pos, const double time, const GlobalWeight &posTimeWeight, const double &weightInMix=1.0)
VertexState(const GlobalPoint &pos, const GlobalWeight &posWeight, const double &weightInMix=1.0)
ROOT::Math::SVector< double, 4 > AlgebraicVector4
GlobalWeight weight() const
GlobalError error4D() const
bool isValid() const
Make the ReferenceCountingProxy method to check validity public.
AlgebraicVector4 weightTimesPosition4D() const
ROOT::Math::SVector< double, 3 > AlgebraicVector3
GlobalError error() const
VertexState(const GlobalPoint &pos, const GlobalError &posErr, const double &weightInMix=1.0)
VertexState & operator=(const VertexState &)=default
VertexState(const AlgebraicVector3 &weightTimesPosition, const GlobalWeight &posWeight, const double &weightInMix=1.0)