# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |