#include <MuonPair.h>
Public Member Functions | |
void | copy (const MuonPair ©Pair) |
Used to copy the content of another MuonPair. More... | |
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.
|
inline |
Definition at line 17 of file MuonPair.h.
|
inline |
Definition at line 24 of file MuonPair.h.
|
inline |
Used to copy the content of another MuonPair.
Definition at line 33 of file MuonPair.h.
References event, mu1, mu2, and run.
Referenced by RootTreeHandler::writeTree().
UInt_t MuonPair::event |
Definition at line 44 of file MuonPair.h.
Referenced by copy(), Types.EventID::cppID(), and RootTreeHandler::readTree().
lorentzVector MuonPair::mu1 |
Definition at line 41 of file MuonPair.h.
Referenced by copy(), and RootTreeHandler::readTree().
lorentzVector MuonPair::mu2 |
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(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), RootTreeHandler::readTree(), and dqm_interfaces.DirWalkerFile::walk().