#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 |
MuScleFitEvent MuonPair::event |
Definition at line 40 of file MuonPair.h.
Referenced by copy(), and core.AutoHandle.AutoHandle::product().
MuScleFitMuon MuonPair::mu1 |
Definition at line 38 of file MuonPair.h.
Referenced by copy(), and DiObject.DiMuon::leg1().
MuScleFitMuon MuonPair::mu2 |
Definition at line 39 of file MuonPair.h.
Referenced by copy(), and DiObject.DiMuon::leg2().