# | Line 37 | Line 37 | namespace mithep { | |
---|---|---|
37 | static Double_t MtHiggs(const ParticleOArr *leptons, const Met *met, double metFraction[2], int nsel); | |
38 | static Double_t Beta(const TrackCol *tracks, Jet *jet, const Vertex *vertex, Double_t delta_z, Double_t delta_cone); | |
39 | static Double_t Beta(const PFJet *jet, const Vertex *vertex, Double_t delta_z); | |
40 | < | |
40 | > | static Bool_t PassBetaVertexAssociationCut(const PFJet *jet, const Vertex *referenceVertex, const VertexCol *vertices, Double_t delta_z); |
41 | > | |
42 | ClassDef(JetTools, 0) | |
43 | }; | |
44 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |