#include <NtpMCPhotonResult.h>
Public Member Functions | |
| NtpMCPhotonResult () | |
| virtual | ~NtpMCPhotonResult () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| UShort_t | hitsDiscardedGeom |
| UShort_t | hitsDiscardedBad |
| UInt_t | totalHits |
| UInt_t | totalStripsHit |
| UInt_t | bluePhotons |
| UInt_t | greenPhotons |
| UInt_t | bluePhotons_nonprescaled |
| UInt_t | greenPhotons_nonprescaled |
| UInt_t | totalPE |
| UInt_t | totalPixels |
| Float_t | totalHitEnergy |
| Float_t | energyDiscardedGeom |
| Float_t | energyDiscardedBad |
|
|
Definition at line 21 of file NtpMCPhotonResult.h. References bluePhotons, bluePhotons_nonprescaled, energyDiscardedBad, energyDiscardedGeom, greenPhotons, greenPhotons_nonprescaled, hitsDiscardedBad, hitsDiscardedGeom, totalHitEnergy, totalHits, totalPE, totalPixels, and totalStripsHit. 00021 : hitsDiscardedGeom(0),hitsDiscardedBad(0),totalHits(0), 00022 totalStripsHit(0),bluePhotons(0),greenPhotons(0), 00023 bluePhotons_nonprescaled(0),greenPhotons_nonprescaled(0),totalPE(0), 00024 totalPixels(0),totalHitEnergy(0),energyDiscardedGeom(0), 00025 energyDiscardedBad(0) {}
|
|
|
Definition at line 26 of file NtpMCPhotonResult.h. 00026 {}
|
|
|
Definition at line 30 of file NtpMCPhotonResult.cxx. References Print(). 00030 {
00031 //
00032 // Purpose: Print event summary data in form supported by TObject::Print.
00033 //
00034 // Arguments: option (not used)
00035 //
00036
00037 Print(std::cout);
00038 return;
00039
00040 }
|
|
|
Definition at line 20 of file NtpMCPhotonResult.cxx. Referenced by Print(). 00020 {
00021 //
00022 // Purpose: Print ntpmc photon transport summary data on ostream.
00023 //
00024
00025 os << "NtpMCPhotonResult::Print" << endl;
00026 return os;
00027
00028 }
|
|
|
Definition at line 42 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 44 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 51 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 50 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 43 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 45 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 39 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 38 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 49 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 40 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 46 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 47 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
|
|
Definition at line 41 of file NtpMCPhotonResult.h. Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult(). |
1.3.9.1