ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/VertexTools.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/VertexTools.h (file contents):
Revision 1.8 by bendavid, Mon May 28 14:24:49 2012 UTC vs.
Revision 1.9 by bendavid, Sun Jun 10 21:22:09 2012 UTC

# Line 80 | Line 80 | namespace mithep {
80      static std::pair<double,double> VtxZFromConversion(const Photon *p, const DecayParticle *c, const BaseVertex *bsp);
81  
82      void InitM(const char* str);
83 <    void InitP();
83 >    void InitP(int version = 1);
84      
85      Bool_t IsInitMvaM() const { return fIsInitMvaM; }
86      Bool_t IsInitMvaP() const { return fIsInitMvaP; }
# Line 113 | Line 113 | namespace mithep {
113      mutable Float_t fMvaPVars[5];
114      mutable Float_t fMvaPEvtVars[8];
115      
116 +    TString fVtxProbMvaName;
117 +    
118      ClassDef(VertexTools, 0) // Muon tools
119        };
120   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines