#include <MuonProductionDepthFinder.h>
Definition at line 41 of file MuonProductionDepthFinder.h.
Enumerator |
---|
eInfoNone |
|
eInfoFinal |
|
eInfoIntermediate |
|
eInfoDebug |
|
Definition at line 125 of file VModule.h.
Flag returned by module methods to the RunController.
Enumerator |
---|
eSuccess |
Report success to RunController.
|
eFailure |
Report failure to RunController, causing RunController to terminate execution.
|
eBreakLoop |
Break current loop. It works for nested loops too!
|
eContinueLoop |
Skip remaining modules in the current loop and continue with next iteration of the loop.
|
Definition at line 60 of file VModule.h.
Different types of version info that can be retrieved from GetVersionInfo.
Enumerator |
---|
eFilename |
|
eRevisionNumber |
|
eDate |
|
eTime |
|
eLastEditor |
|
Definition at line 110 of file VModule.h.
MuonProductionDepthFinderGL::MuonProductionDepthFinder::MuonProductionDepthFinder |
( |
| ) |
|
|
inline |
virtual MuonProductionDepthFinderGL::MuonProductionDepthFinder::~MuonProductionDepthFinder |
( |
| ) |
|
|
inlinevirtual |
Finish: invoked at end of the run (NOT end of the event)
This method is for things that should be done at the end of the run (for example, closing files or writing out histograms) {You must override this method in your concrete module}
Implements fwk::VModule.
Definition at line 248 of file MuonProductionDepthFinder.cc.
References io::eSuccess, and INFO.
std::string fwk::VModule::GetResultFlagByName |
( |
const ResultFlag |
flag | ) |
|
|
staticinherited |
Retrieve different sorts of module version info.
Definition at line 26 of file VModule.cc.
Referenced by fwk::CentralConfig::GetConfig(), ThresholdCalculatorKG::ThresholdCalculator::Init(), fdDoubleBumpFinder::FdDoubleBumpFinder::Init(), LaserGeneratorNA::LaserGenerator::Init(), LaserLightSimulatorNA::LaserLightSimulator::Init(), FdElectronicsSimulatorOG::FdElectronicsSimulator::Init(), TelescopeSimulatorKG::TelescopeSimulator::Init(), TelescopeSimulatorKG2::TelescopeSimulator::Init(), SdSimpleSimKG::SdSimpleSim::Init(), ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Init(), and testRunController::testModuleVersionInfo().
void MuonProductionDepthFinder::InitCoordinateSys |
( |
const evt::Event & |
event, |
|
|
double |
dX, |
|
|
double |
dY, |
|
|
double |
dTheta, |
|
|
double |
dPhi |
|
) |
| |
|
private |
void fwk::VModule::InitTiming |
( |
| ) |
|
|
inlineinherited |
bool MuonProductionDepthFinder::IsContained |
( |
const sevt::SEvent & |
sevent | ) |
const |
|
private |
MuonProductionDepthFinderGL::MuonProductionDepthFinder::REGISTER_MODULE |
( |
"MuonProductionDepthFinderGL" |
, |
|
|
MuonProductionDepthFinder |
|
|
) |
| |
|
private |
void MuonProductionDepthFinder::SetMuonProductionDepthHist |
( |
evt::Event & |
event | ) |
|
|
private |
Definition at line 298 of file MuonProductionDepthFinder.cc.
References utl::cm2, sevt::StationConstants::eDirectLightSubtracted, EpsilonRz(), ERROR, cevt::StationConstants::eTotal, atm::Atmosphere::EvaluateSlantDepthVsDistance(), utl::Histogram< T, BinningPolicy, ContainerPolicy >::Fill(), utl::g, fwk::CoordinateSystemRegistry::Get(), evt::AtmosphereParameters::GetA(), evt::ShowerSimData::GetAtmosphereParameters(), evt::ShowerSRecData::GetAxis(), evt::AtmosphereParameters::GetB(), evt::AtmosphereParameters::GetC(), sdet::Station::GetFADCBinSize(), sdet::Station::GetHeight(), evt::AtmosphereParameters::GetLayerAltitudes(), utl::AugerException::GetMessage(), evt::ShowerSRecData::GetMPDHistogram(), sevt::PMTRecData::GetMuonProductionDepth(), sdet::Station::GetPosition(), sdet::Station::GetRadius(), sevt::Station::GetRecData(), utl::BasicVector< HepVector >::GetRho(), det::Detector::GetSDetector(), sevt::StationRecData::GetSignalEndSlot(), sevt::StationRecData::GetSignalStartSlot(), sevt::StationRecData::GetSignalStartTime(), sdet::SDetector::GetStation(), sevt::StationRecData::GetTotalSignal(), sevt::PMTRecData::GetVEMTrace(), utl::BasicVector< HepVector >::GetZ(), utl::GeV, evt::ShowerSRecData::HasMPDHistogram(), sevt::PMTRecData::HasMuonProductionDepth(), sevt::PMTRecData::HasVEMTrace(), INFO, atm::Atmosphere::InitSlantProfileModel(), sevt::Station::IsCandidate(), sevt::Station::IsLowGainSaturation(), utl::kPi, utl::kSpeedOfLight, evt::ShowerSRecData::MakeMPDHistogram(), sevt::PMTRecData::MakeMuonProductionDepth(), max, galactic::meter, utl::MeV, utl::mm, utl::ReferenceEllipsoid::PointToLatitudeLongitudeHeight(), std::pow(), utl::TabulatedFunctionErrors::PushBack(), galactic::second, sevt::PMTRecData::SetIsUsedInGlobalMPD(), sqrt(), sevt::SEvent::StationsBegin(), sevt::SEvent::StationsEnd(), and ZToSlantDepth().
std::vector<double> MuonProductionDepthFinderGL::MuonProductionDepthFinder::fAATM |
|
private |
std::vector<double> MuonProductionDepthFinderGL::MuonProductionDepthFinder::fBATM |
|
private |
std::vector<double> MuonProductionDepthFinderGL::MuonProductionDepthFinder::fCATM |
|
private |
utl::Point MuonProductionDepthFinderGL::MuonProductionDepthFinder::fCore |
|
private |
utl::TimeStamp MuonProductionDepthFinderGL::MuonProductionDepthFinder::fCoreTime |
|
private |
std::vector<double> MuonProductionDepthFinderGL::MuonProductionDepthFinder::fHLAY |
|
private |
int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fNXmuBins |
|
private |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fPhi |
|
private |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fRadiusCut |
|
private |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fSignalMin |
|
private |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fSignalThreshold |
|
private |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fSlantDepth |
|
private |
atm::ProfileResult MuonProductionDepthFinderGL::MuonProductionDepthFinder::fSlantDepthProfile |
|
private |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fTheta |
|
private |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fTimeShift |
|
private |
bool MuonProductionDepthFinderGL::MuonProductionDepthFinder::fUseConstRadiusCut |
|
private |
bool MuonProductionDepthFinderGL::MuonProductionDepthFinder::fUsePionPathCorrection |
|
private |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fXmuMax |
|
private |
double MuonProductionDepthFinderGL::MuonProductionDepthFinder::fXmuMin |
|
private |
The documentation for this class was generated from the following files: