CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VertexMass.h
Go to the documentation of this file.
1 #ifndef VertexMass_H
2 #define VertexMass_H
3 
4 class TransientVertex;
5 
6 class VertexMass {
7 
8 public:
9 
10  VertexMass();
11 
12  VertexMass(double pionMass);
13 
15 
16  double operator()(const TransientVertex &) const;
17 
18 private:
19 
20  double thePionMass;
21 
22 };
23 
24 #endif
25 
double thePionMass
Definition: VertexMass.h:20
double operator()(const TransientVertex &) const
Definition: VertexMass.cc:10