17 #include <TLorentzVector.h>
37 Megajet(std::vector<float> Px_vector,
38 std::vector<float> Py_vector,
39 std::vector<float> Pz_vector,
40 std::vector<float> E_vector,
41 int megajet_association_method);
43 Megajet(std::vector<float> Px_vector,
44 std::vector<float> Py_vector,
45 std::vector<float> Pz_vector,
46 std::vector<float> E_vector);
94 std::vector<TLorentzVector>
jIN;
95 std::vector<TLorentzVector>
jOUT;
96 std::vector<TLorentzVector>
j1;
97 std::vector<TLorentzVector>
j2;