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.7 by bendavid, Thu Mar 22 16:25:19 2012 UTC vs.
Revision 1.9 by bendavid, Sun Jun 10 21:22:09 2012 UTC

# Line 76 | Line 76 | namespace mithep {
76                                               const DecayParticleCol* conv, Bool_t useMva, Double_t &vtxProb);
77      // ----------------------------------------------------------
78  
79 +    
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 111 | 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