#include <MuonPair.h>
Public Member Functions | |
void | copy (const MuonPair ©Pair) |
Used to copy the content of another MuonPair. More... | |
MuonPair () | |
MuonPair (const MuScleFitMuon &initMu1, const MuScleFitMuon &initMu2, const MuScleFitEvent &initMuEvt) | |
Public Attributes | |
MuScleFitEvent | event |
MuScleFitMuon | mu1 |
MuScleFitMuon | mu2 |
Simple class used to save the muon pairs in a root tree.
Includes the information on the run and event number.
Definition at line 13 of file MuonPair.h.
|
inline |
Definition at line 16 of file MuonPair.h.
|
inline |
Definition at line 23 of file MuonPair.h.
|
inline |
Used to copy the content of another MuonPair.
Definition at line 31 of file MuonPair.h.
References event, mu1, and mu2.
Referenced by RootTreeHandler::writeTree().
MuScleFitEvent MuonPair::event |
Definition at line 40 of file MuonPair.h.
Referenced by copy(), Types.EventID::cppID(), and RootTreeHandler::readTree().
MuScleFitMuon MuonPair::mu1 |
Definition at line 38 of file MuonPair.h.
Referenced by copy(), and RootTreeHandler::readTree().
MuScleFitMuon MuonPair::mu2 |
Definition at line 39 of file MuonPair.h.
Referenced by copy(), and RootTreeHandler::readTree().