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 TMatrixD*
16  return boost_;
17 }
18 
19 void
21  boost_ = aBoost;
22 }
PrimaryVertexGenerator()
Default constructor.
virtual ~PrimaryVertexGenerator()
Destructor.
math::XYZVector XYZVector