CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VertexState.cc
Go to the documentation of this file.
3 
5 
7  Base ( new BSVS ()) {}
8 
10  Base(p) {}
11 
13  const GlobalError & posErr, const double & weightInMix) :
14  Base ( new BSVS (pos, posErr, weightInMix)) {}
15 
17  const GlobalWeight & posWeight, const double & weightInMix) :
18  Base ( new BSVS (pos, posWeight, weightInMix)) {}
19 
20 VertexState::VertexState(const AlgebraicVector3 & weightTimesPosition,
21  const GlobalWeight & posWeight, const double & weightInMix) :
22  Base ( new BSVS (weightTimesPosition, posWeight, weightInMix)) {}
23 
25  Base ( new BSVS ( GlobalPoint(Basic3DVector<float> (beamSpot.position())),
26  GlobalError(beamSpot.rotatedCovariance3D()), 1.0)) {}
static int position[TOTALCHAMBERS][3]
Definition: ReadPGInfo.cc:509
ROOT::Math::SVector< double, 3 > AlgebraicVector3
BasicSingleVertexState BSVS
Definition: VertexState.cc:4