40 |
|
|
41 |
|
static const Vertex* BestVtx(const PFCandidateCol *fPFJets, const VertexCol *c, |
42 |
|
const BaseVertex *fBeamSpot, FourVector diboso); |
43 |
+ |
|
44 |
+ |
|
45 |
|
static double BestVtx(const PFCandidateCol *fPFJets, VertexZarray zcol, |
46 |
|
const BaseVertex *fBeamSpot, FourVector diboso); |
47 |
+ |
|
48 |
|
static double Prob(const PFCandidateCol *fPFJets, double zpos, |
49 |
|
const BaseVertex *fBeamSpot, FourVector diboso); |
50 |
|
|
58 |
|
meobject = new VertexTools(str); |
59 |
|
} |
60 |
|
return meobject; |
61 |
< |
} |
61 |
> |
} |
62 |
|
|
63 |
|
Float_t tmvar1, tmvar2, tmvar3, tmvar4, tmvar5, tmvar6; |
64 |
|
TMVA::Reader* reader; |
65 |
|
|
66 |
|
private: |
67 |
|
static VertexTools *meobject; |
68 |
< |
|
68 |
> |
|
69 |
|
VertexTools(); |
70 |
|
VertexTools(const char* str); |
71 |
|
TString relname; |
72 |
+ |
|
73 |
|
TrackArray excluded; |
74 |
|
|
71 |
– |
|
75 |
|
ClassDef(VertexTools, 0) // Muon tools |
76 |
|
}; |
77 |
|
} |