#include <MyTrackJet.h>
Inheritance diagram for MyTrackJet:
Public Member Functions | |
MyTrackJet (void) | |
Default constructor. A jet with fourmomentum=0 is created. | |
MyTrackJet (const TLorentzVector &p, const int &index) |
Definition at line 33 of file MyTrackJet.h.
MyTrackJet::MyTrackJet | ( | const TLorentzVector & | p, | |
const int & | index | |||
) | [inline] |
Constructor.
p | Four momentum of the track jet. | |
index | Index of the track-jet in the original vector. |
Definition at line 39 of file MyTrackJet.h.