#include <NtpSRStripPulseHeight.h>
Inheritance diagram for NtpSRStripPulseHeight:

Public Member Functions | |
| NtpSRStripPulseHeight () | |
| virtual | ~NtpSRStripPulseHeight () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Float_t | sigmap |
| charge using CalStripType::kSigMapped | |
| Float_t | mip |
| charge using CalStripType::kMIP | |
| Float_t | gev |
| charge using CalStripType::kGeV | |
Definition at line 16 of file NtpSRStripPulseHeight.h.
| NtpSRStripPulseHeight::NtpSRStripPulseHeight | ( | ) | [inline] |
| virtual NtpSRStripPulseHeight::~NtpSRStripPulseHeight | ( | ) | [inline, virtual] |
| void NtpSRStripPulseHeight::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from NtpSRPulseHeight.
Definition at line 34 of file NtpSRStripPulseHeight.cxx.
References Print().
00034 { 00035 // 00036 // Purpose: Print pulse height data in form supported by TObject::Print. 00037 // 00038 // Arguments: option (not used) 00039 // 00040 00041 Print(std::cout); 00042 return; 00043 00044 }
| std::ostream & NtpSRStripPulseHeight::Print | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from NtpSRPulseHeight.
Definition at line 20 of file NtpSRStripPulseHeight.cxx.
References gev, mip, NtpSRPulseHeight::Print(), and sigmap.
Referenced by Print().
00020 { 00021 // 00022 // Purpose: Print pulse height data on ostream. 00023 // 00024 00025 os << "NtpSRStripPulseHeight:"; 00026 NtpSRPulseHeight::Print(os); // base class 00027 os << " (SigMap,MIP,GeV): (" << sigmap << "," << mip << "," << 00028 gev << ")" << endl; 00029 00030 return os; 00031 00032 }
| Float_t NtpSRStripPulseHeight::gev |
charge using CalStripType::kGeV
Definition at line 34 of file NtpSRStripPulseHeight.h.
Referenced by NueSensitivity::Ana(), MNtpModule::Ana(), SubShowerVarAna::Analyze(), MadCluAnalysis::ChargeFracRMS(), PETrimmer::CleanShower(), PETrimmer::CleanTrack(), MadMKAnalysis::CreatePAN(), TridModelMaker::CreateShowerModels(), TridModelMaker::CreateTrackModels(), MadCluAnalysis::DataDistributions(), MadCluAnalysis::FillBestProbEM(), ANtpInfoObjectFiller::FillEventInformation(), NtpSRModule::FillNtpCluster(), UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), ANtpInfoObjectFillerNC::FillShowerInformation(), MNtpModule::FillShwInfo(), MadCluAnalysis::FOM(), NueDisplayModule::GetBasicInfo(), ANtpShowerInfoAna::GetShwEnergy(), MadQuantities::GetSqrtTrkSkimSC(), MadHandScan::HandScanDisplay(), MadBase::LoadLargestShowerFromEvent(), MadBase::LoadShowerAtTrackVertex(), NueDisplayModule::logvote(), MadScanDisplay::PassCuts(), MadEvDisplay::PassCuts(), MadCluAnalysis::PassDataCleaningCuts(), EventFilter::PassesHiShowerCut(), EventFilter::PassesLoShowerCut(), MadCluAnalysis::PHWAvgDev(), MadCluAnalysis::PHWCluID(), MadCluAnalysis::PHWProbEM(), MadCluAnalysis::PID(), MadCluAnalysis::Plot(), Print(), MadCluAnalysis::RecoAnalysisEnergy(), MadAnalysis::RecoAnalysisEnergy(), MadQuantities::RecoEMFrac(), MadQuantities::RecoShwEnergy(), MadMKAnalysis::RecoShwEnergy(), MadBase::RecoShwEnergy(), ANtpAnalysisInfoAna::RecoShwEnergy(), MadQuantities::RecoShwEnergyNew(), ANtpShowerInfoAna::RecoShwEnergyNew(), MadQuantities::ShowerValidation(), SRMom::ShwPHGeV(), NtpSRValidate::TestPrint(), and NtpEMValidate::TestPrint().
| Float_t NtpSRStripPulseHeight::mip |
charge using CalStripType::kMIP
Definition at line 33 of file NtpSRStripPulseHeight.h.
Referenced by EventQualAna::Analyze(), ANtpInfoObjectFillerNue::Analyze(), ANtpEventInfoAna::Analyze(), PETrimmer::CleanShower(), PETrimmer::CleanTrack(), MadMKAnalysis::CreatePAN(), TridModelMaker::CreateShowerModels(), TridModelMaker::CreateTrackModels(), ANtpTrackInfoAna::DetermineSigInOut(), NuExtraction::ExtractShwInfo(), Anp::FillBasic::Fill(), NtpSRModule::FillNtpCluster(), UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), ANtpEventInfoAna::FillNueEventInformation(), ANtpShowerInfoAna::FillNueShowerInformation(), ANtpTrackInfoAna::FillNueTrackInformation(), ANtpEventInfoAna::FillStripVariables(), NueAnalysisCuts::PassesHighEnergyCut(), NueAnalysisCuts::PassesHighShowerEnergyCut(), NueAnalysisCuts::PassesLowEnergyCut(), NueAnalysisCuts::PassesLowShowerEnergyCut(), MCNNRunner::PassesMCNNPrecuts(), NueAnalysisCuts::PassesPhProngCut(), Print(), NtpSRValidate::TestPrint(), and NtpEMValidate::TestPrint().
| Float_t NtpSRStripPulseHeight::sigmap |
charge using CalStripType::kSigMapped
Definition at line 32 of file NtpSRStripPulseHeight.h.
Referenced by PETrimmer::CleanShower(), PETrimmer::CleanTrack(), TridModelMaker::CreateShowerModels(), TridModelMaker::CreateTrackModels(), NuExtraction::ExtractEvtInfo(), NuExtraction::ExtractNthTrkInfo(), Anp::FillBasic::Fill(), NtpSRModule::FillNtpCluster(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpTrack(), NuPlots::FillTrackResponseHistos(), ANtpSnarlManipulator::GetPrimaryShower(), ANtpSnarlManipulator::GetPrimaryTrack(), ANtpEventManipulator::GetPrimaryTrack(), Print(), NtpSRValidate::TestPrint(), and NtpEMValidate::TestPrint().
1.4.7