#include <NtpMRTruth.h>
Public Member Functions | |
NtpMRTruth () | |
virtual | ~NtpMRTruth () |
virtual std::ostream & | Print (std::ostream &os) const |
virtual void | Print (Option_t *option="") const |
Public Attributes | |
Int_t | nMuonDig |
Int_t | nMuonDigRetained |
Int_t | nShwDig |
Int_t | nShwDigRetained |
Int_t | nShwDigAtVtx |
Int_t | nShwDigRetainedAtVtx |
Float_t | nShwPE |
Float_t | nShwPERetained |
Float_t | nShwPEAtVtx |
Float_t | nShwPERetainedAtVtx |
Int_t | nRetained |
Int_t | nRetainedMuon |
Int_t | nRetainedShw |
Int_t | nRetainedBoth |
Float_t | nPERetained |
Float_t | nPERetainedMuon |
Float_t | nPERetainedShw |
Float_t | nPERetainedBoth |
Int_t | nRejected |
Int_t | nRejectedMuon |
Int_t | nRejectedShw |
Int_t | nRejectedBoth |
Int_t | nRejShw |
Int_t | nRejShwMaxTrk |
Int_t | nRejShwFakeTrk |
Int_t | nRejShwMix |
Definition at line 18 of file NtpMRTruth.h.
NtpMRTruth::NtpMRTruth | ( | ) |
Definition at line 21 of file NtpMRTruth.cxx.
00021 : 00022 nMuonDig(0),nMuonDigRetained(0),nShwDig(0),nShwDigRetained(0), 00023 nShwDigAtVtx(0),nShwDigRetainedAtVtx(0),nShwPE(0),nShwPERetained(0), 00024 nShwPEAtVtx(0),nShwPERetainedAtVtx(0),nRetained(0),nRetainedMuon(0), 00025 nRetainedShw(0),nRetainedBoth(0),nPERetained(0),nPERetainedMuon(0), 00026 nPERetainedShw(0),nPERetainedBoth(0),nRejected(0),nRejectedMuon(0), 00027 nRejectedShw(0),nRejectedBoth(0),nRejShw(0),nRejShwMaxTrk(0), 00028 nRejShwFakeTrk(0),nRejShwMix(0) 00029 { 00030 }
virtual NtpMRTruth::~NtpMRTruth | ( | ) | [inline, virtual] |
Definition at line 22 of file NtpMRTruth.h.
void NtpMRTruth::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Definition at line 39 of file NtpMRTruth.cxx.
References Print().
00039 { 00040 00041 Print(std::cout); 00042 return; 00043 00044 }
std::ostream & NtpMRTruth::Print | ( | std::ostream & | os | ) | const [virtual] |
Definition at line 32 of file NtpMRTruth.cxx.
Referenced by Print().
Int_t NtpMRTruth::nMuonDig |
Definition at line 33 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Definition at line 34 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Float_t NtpMRTruth::nPERetained |
Definition at line 47 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Float_t NtpMRTruth::nPERetainedBoth |
Definition at line 50 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Float_t NtpMRTruth::nPERetainedMuon |
Definition at line 48 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Float_t NtpMRTruth::nPERetainedShw |
Definition at line 49 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Int_t NtpMRTruth::nRejected |
Definition at line 51 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Definition at line 54 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Definition at line 52 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Int_t NtpMRTruth::nRejectedShw |
Definition at line 53 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Int_t NtpMRTruth::nRejShw |
Definition at line 55 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Definition at line 57 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Definition at line 56 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Int_t NtpMRTruth::nRejShwMix |
Definition at line 58 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Int_t NtpMRTruth::nRetained |
Definition at line 43 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Definition at line 46 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Definition at line 44 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Int_t NtpMRTruth::nRetainedShw |
Definition at line 45 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Int_t NtpMRTruth::nShwDig |
Definition at line 35 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Int_t NtpMRTruth::nShwDigAtVtx |
Definition at line 37 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Definition at line 36 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Definition at line 38 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Float_t NtpMRTruth::nShwPE |
Definition at line 39 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Float_t NtpMRTruth::nShwPEAtVtx |
Definition at line 41 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Float_t NtpMRTruth::nShwPERetained |
Definition at line 40 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().
Float_t NtpMRTruth::nShwPERetainedAtVtx |
Definition at line 42 of file NtpMRTruth.h.
Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth().