2 #ifndef RIVET_SVertex_HH
3 #define RIVET_SVertex_HH
5 #include "Rivet/Rivet.hh"
6 #include "Rivet/Projection.hh"
7 #include "Rivet/Projections/PVertex.hh"
8 #include "Rivet/Projections/ChargedFinalState.hh"
9 #include "Rivet/Event.hh"
48 const vector<FourMomentum>& jetaxes,
double deltaR,
49 double detEta,
double IPres,
double DLS,
double DLSres=0.0)
50 : _jetaxes(jetaxes), _deltaR(deltaR),
51 _detEta(detEta), _IPres(IPres), _DLS(DLS),
86 const vector<FourMomentum>& _jetaxes;
109 vector<FourMomentum> _taggedjets;