#include <MuonPair.h>
Public Member Functions | |
void | copy (const MuonPair ©Pair) |
Used to copy the content of another MuonPair. | |
MuonPair () | |
MuonPair (const lorentzVector &inputMu1, const lorentzVector &inputMu2, const unsigned int inputRun, const unsigned int inputEvent) | |
Public Attributes | |
UInt_t | event |
lorentzVector | mu1 |
lorentzVector | mu2 |
UInt_t | run |
Simple class used to save the muon pairs in a root tree.
Includes the information on the run and event number.
Definition at line 14 of file MuonPair.h.
MuonPair::MuonPair | ( | ) | [inline] |
Definition at line 17 of file MuonPair.h.
: mu1(lorentzVector(0,0,0,0)), mu2(lorentzVector(0,0,0,0)), run(0), event(0) {}
MuonPair::MuonPair | ( | const lorentzVector & | inputMu1, |
const lorentzVector & | inputMu2, | ||
const unsigned int | inputRun, | ||
const unsigned int | inputEvent | ||
) | [inline] |
void MuonPair::copy | ( | const MuonPair & | copyPair | ) | [inline] |
UInt_t MuonPair::event |
Definition at line 44 of file MuonPair.h.
Referenced by copy().
Definition at line 41 of file MuonPair.h.
Referenced by copy(), and RootTreeHandler::readTree().
Definition at line 42 of file MuonPair.h.
Referenced by copy(), and RootTreeHandler::readTree().
UInt_t MuonPair::run |
Definition at line 43 of file MuonPair.h.
Referenced by copy().