CMS 3D CMS Logo

VertexMass.h

Go to the documentation of this file.
00001 #ifndef VertexMass_H  
00002 #define VertexMass_H 
00003 
00004 class TransientVertex;
00005 
00006 class VertexMass {
00007 
00008 public:
00009 
00010   VertexMass(); 
00011 
00012   VertexMass(double pionMass); 
00013 
00014   ~VertexMass() {};
00015 
00016   double operator()(const TransientVertex &) const;
00017   
00018 private:
00019 
00020   double thePionMass; 
00021   
00022 };
00023 
00024 #endif
00025 

Generated on Tue Jun 9 17:46:12 2009 for CMSSW by  doxygen 1.5.4