#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 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 }
|
|
|
Definition at line 22 of file NtpMRTruth.h. 00022 { this -> Clear(); }
|
|
|
Definition at line 39 of file NtpMRTruth.cxx. References Print(). 00039 {
00040
00041 Print(std::cout);
00042 return;
00043
00044 }
|
|
|
Definition at line 32 of file NtpMRTruth.cxx. Referenced by Print(). 00032 {
00033
00034 os << "NtpMRTruth::Print" << endl;
00035 return os;
00036
00037 }
|
|
|
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(). |
|
|
Definition at line 47 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
Definition at line 50 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
Definition at line 48 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
Definition at line 49 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
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(). |
|
|
Definition at line 53 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
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(). |
|
|
Definition at line 58 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
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(). |
|
|
Definition at line 45 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
Definition at line 35 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
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(). |
|
|
Definition at line 39 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
Definition at line 41 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
Definition at line 40 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
|
|
Definition at line 42 of file NtpMRTruth.h. Referenced by MuonRemovalInfoAna::Analyze(), and NtpMRModule::FillNtpTruth(). |
1.3.9.1