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

NtpTHEvent Class Reference

#include <NtpTHEvent.h>

List of all members.

Public Member Functions

 NtpTHEvent ()
virtual ~NtpTHEvent ()
virtual std::ostream & Print (std::ostream &os) const
virtual void Print (const Option_t *option="") const

Public Attributes

UShort_t index
Short_t neumc
Int_t neustdhep
Float_t purity
Float_t completeall
Float_t completeslc
Float_t completeallnopecut
Float_t completeslcnopecut


Constructor & Destructor Documentation

NtpTHEvent::NtpTHEvent  ) 
 

Definition at line 20 of file NtpTHEvent.cxx.

00020                       : index(0),neumc(-1),neustdhep(-1),purity(-1),
00021                           completeall(-1),completeslc(-1),
00022                           completeallnopecut(-1),completeslcnopecut(-1){
00023   // Default constructor
00024 
00025 }

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

Definition at line 22 of file NtpTHEvent.h.

00022 {}


Member Function Documentation

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

Definition at line 42 of file NtpTHEvent.cxx.

References Print().

00042                                                          {
00043   //
00044   //  Purpose:  Print event truth helper data in form supported 
00045   //  by TObject::Print.
00046   //
00047   //  Arguments: option (not used)
00048   //
00049 
00050   Print(std::cout);
00051   return;
00052 
00053 }

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

Definition at line 27 of file NtpTHEvent.cxx.

References completeall, completeslc, index, neumc, neustdhep, and purity.

Referenced by Print().

00027                                                   {
00028   //
00029   //  Purpose:  Print event truth helper data on ostream.
00030   //
00031 
00032   os << "NtpTHEvent::Print" 
00033      << "\nindex " << index << ", best match neu mc id " << neumc 
00034      << ", neu stdhep id " << neustdhep  
00035      << "\npurity " << purity << ", completeall " << completeall
00036      << ", completeslc " << completeslc << endl;
00037   
00038   return os;
00039 
00040 }


Member Data Documentation

Float_t NtpTHEvent::completeall
 

Definition at line 37 of file NtpTHEvent.h.

Referenced by MuonRemovalInfoAna::Analyze(), ANtpTruthInfoBeamAna::Analyze(), MadPIDAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), ANtpInfoObjectFillerNC::FillInformation(), NueDisplayModule::GetBasicInfo(), Print(), and MadQuantities::ShowerValidation().

Float_t NtpTHEvent::completeallnopecut
 

Definition at line 41 of file NtpTHEvent.h.

Float_t NtpTHEvent::completeslc
 

Definition at line 39 of file NtpTHEvent.h.

Referenced by MadPIDAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), NueDisplayModule::GetBasicInfo(), Print(), and MadQuantities::ShowerValidation().

Float_t NtpTHEvent::completeslcnopecut
 

Definition at line 43 of file NtpTHEvent.h.

UShort_t NtpTHEvent::index
 

Definition at line 33 of file NtpTHEvent.h.

Referenced by Print(), and NuReco::PrintTrueEnergy().

Short_t NtpTHEvent::neumc
 

Definition at line 34 of file NtpTHEvent.h.

Referenced by CondensedNtpModuleAtm::Ana(), CondensedNtpModule::Ana(), VtxFinderAna::Analyze(), StdHepInfoAna::Analyze(), ANtpTruthInfoBeamAna::Analyze(), NuZBeamReweight::CalcGeneratorReweight(), NuCounter::CountTrkStdhepId(), NuAnalysis::Efficiencies(), NuAnalysis::EnergySpectMC(), ANtpInfoObjectFillerNC::FillInformation(), NuReco::GetBestTruthIndex(), SntpHelpers::GetEvent2MCIndex(), NuReco::GetPrimaryTruthIndex(), NtpTools::GetTruth(), MinosCompactEvent::MinosCompactEvent(), Print(), NuReco::PrintCharm(), NuReco::PrintTrueEnergy(), NuIntranuke::RecoReweight(), NueAnalysisCuts::SetNtpInfoObjects(), VHS::Skim(), and VHS::Train().

Int_t NtpTHEvent::neustdhep
 

Definition at line 35 of file NtpTHEvent.h.

Referenced by CondensedNtpModule::Ana(), VtxFinderAna::Analyze(), ANtpTruthInfoBeamAna::Analyze(), MadScanDisplay::Display(), MadEvDisplay::Display(), and Print().

Float_t NtpTHEvent::purity
 

Definition at line 36 of file NtpTHEvent.h.

Referenced by MuonRemovalInfoAna::Analyze(), MadPIDAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), NueDisplayModule::GetBasicInfo(), Print(), and MadQuantities::ShowerValidation().


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