Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NtpMCPhotonResult Class Reference

#include <NtpMCPhotonResult.h>

List of all members.

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


Constructor & Destructor Documentation

NtpMCPhotonResult::NtpMCPhotonResult  )  [inline]
 

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.

virtual NtpMCPhotonResult::~NtpMCPhotonResult  )  [inline, virtual]
 

Definition at line 26 of file NtpMCPhotonResult.h.

00026 {}


Member Function Documentation

void NtpMCPhotonResult::Print Option_t *  option = ""  )  const [virtual]
 

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 }

std::ostream & NtpMCPhotonResult::Print std::ostream &  os  )  const [virtual]
 

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 }


Member Data Documentation

UInt_t NtpMCPhotonResult::bluePhotons
 

Definition at line 42 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

UInt_t NtpMCPhotonResult::bluePhotons_nonprescaled
 

Definition at line 44 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

Float_t NtpMCPhotonResult::energyDiscardedBad
 

Definition at line 51 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

Float_t NtpMCPhotonResult::energyDiscardedGeom
 

Definition at line 50 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

UInt_t NtpMCPhotonResult::greenPhotons
 

Definition at line 43 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

UInt_t NtpMCPhotonResult::greenPhotons_nonprescaled
 

Definition at line 45 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

UShort_t NtpMCPhotonResult::hitsDiscardedBad
 

Definition at line 39 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

UShort_t NtpMCPhotonResult::hitsDiscardedGeom
 

Definition at line 38 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

Float_t NtpMCPhotonResult::totalHitEnergy
 

Definition at line 49 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

UInt_t NtpMCPhotonResult::totalHits
 

Definition at line 40 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

UInt_t NtpMCPhotonResult::totalPE
 

Definition at line 46 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

UInt_t NtpMCPhotonResult::totalPixels
 

Definition at line 47 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().

UInt_t NtpMCPhotonResult::totalStripsHit
 

Definition at line 41 of file NtpMCPhotonResult.h.

Referenced by NtpMCModule::FillNtpMCPhotonResult(), and NtpMCPhotonResult().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:09:42 2010 for loon by  doxygen 1.3.9.1