CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrimaryVertexGenerator.cc
Go to the documentation of this file.
2 
5  math::XYZVector(),
6  boost_(0)
7 {
8 }
9 
11  if ( boost_ ) delete boost_;
12 }
13 
14 const TMatrixD*
16  return boost_;
17 }
18 
19 TMatrixD*
21  return boost_;
22 }
23 
24 void
26  boost_ = aBoost;
27 }
PrimaryVertexGenerator()
Default constructor.
virtual ~PrimaryVertexGenerator()
Destructor.
math::XYZVector XYZVector