#include <RdChannelGalacticConstantsGenerator.h>
|
| | REGISTER_MODULE ("RdChannelGalacticConstantsGenerator", RdChannelGalacticConstantsGenerator) |
| |
| 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.
| VModule::ResultFlag RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::Finish |
( |
| ) |
|
|
overridevirtual |
| 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().
| double RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::GPSSecToLSTHourAuger |
( |
const int |
gpsSec | ) |
|
|
staticprivate |
| VModule::ResultFlag RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::Init |
( |
| ) |
|
|
overridevirtual |
| void fwk::VModule::InitTiming |
( |
| ) |
|
|
inlineinherited |
Run: invoked once per event.
This method is for things that should be done once per event {You must override this method in your concrete module}
Implements fwk::VModule.
Definition at line 66 of file RdChannelGalacticConstantsGenerator.cc.
References utl::abs(), io::eSuccess, utl::Trace< T >::GetBinning(), rdet::Channel::GetDesignLowerFreq(), rdet::Channel::GetDesignUpperFreq(), utl::Trace< T >::GetSize(), rdet::RDetector::GetStation(), INFO, utl::MHz, sqrt(), and WARNING.
| std::string RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fFileNameROOTFile |
|
private |
| bool RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fFirstEvent = true |
|
private |
| unsigned long RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fHighestGPSSec = 0 |
|
private |
| std::vector<int> RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fIgnoreStations |
|
private |
| int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
| unsigned long RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fLowestGPSSec = std::numeric_limits<unsigned long>::max() |
|
private |
| TProfile3D* RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fLSTSpecEW = nullptr |
|
private |
| TProfile3D* RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fLSTSpecNS = nullptr |
|
private |
| double RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fMaxIntensity = 0 |
|
private |
| std::ofstream RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fOutfile |
|
private |
| std::string RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fOutputFileName |
|
private |
| bool RdChannelGalacticConstantsGenerator::RdChannelGalacticConstantsGenerator::fSaveROOTFile = true |
|
private |
The documentation for this class was generated from the following files: