#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 15 of file MuonPair.h.
|
inline |
Definition at line 21 of file MuonPair.h.
|
inline |
Used to copy the content of another MuonPair.
Definition at line 25 of file MuonPair.h.
References event, mu1, and mu2.
Referenced by RootTreeHandler::writeTree().
MuScleFitEvent MuonPair::event |
Definition at line 33 of file MuonPair.h.
Referenced by copy(), Types.EventID::cppID(), looper.Looper::process(), core.AutoHandle.AutoHandle::product(), and RootTreeHandler::readTree().
MuScleFitMuon MuonPair::mu1 |
Definition at line 31 of file MuonPair.h.
Referenced by copy(), DiObject.DiMuon::leg1(), and RootTreeHandler::readTree().
MuScleFitMuon MuonPair::mu2 |
Definition at line 32 of file MuonPair.h.
Referenced by copy(), DiObject.DiMuon::leg2(), and RootTreeHandler::readTree().