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  random(0),
7  boost_(0)
8 {
9 }
10 
12  math::XYZVector(),
13  random(engine),
14  boost_(0)
15 {
16 }
17 
19  if ( boost_ ) delete boost_;
20 }
21 
22 TMatrixD*
24  return boost_;
25 }
26 
27 void
29  boost_ = aBoost;
30 }
PrimaryVertexGenerator()
Default constructor.
TRandom random
Definition: MVATrainer.cc:138
virtual ~PrimaryVertexGenerator()
Destructor.
math::XYZVector XYZVector