CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
NuclearLikelihood.h
Go to the documentation of this file.
1 #ifndef _NuclearLikelihood_h_
2 #define _NuclearLikelihood_h_
3 
5 
7 
8  public :
10  void calculate( const reco::Vertex& vtx );
11  double result() const { return likelihood_; }
12 
13  private :
14  int secondaryTrackMaxHits(const reco::Vertex& vtx , int& id);
15  double likelihood_;
16 };
17 
18 #endif
double result() const
int secondaryTrackMaxHits(const reco::Vertex &vtx, int &id)
void calculate(const reco::Vertex &vtx)