Public Member Functions | |
| Settings () | |
| Default constructor. More... | |
Public Attributes | |
| std::string | m_pandoraSettingsXmlFile = "" |
| The pandora settings xml file. More... | |
| float | m_innerBField = 0.0 |
| The bfield in the main tracker and ecal, units Tesla. More... | |
| std::vector< float > | m_inputEnergyCorrectionPoints {} |
| The input energy points for non-linearity energy correction. More... | |
| std::vector< float > | m_outputEnergyCorrectionPoints {} |
| The output energy points for non-linearity energy correction. More... | |
Definition at line 49 of file PandoraInterface_module.cc.
| gar::gar_pandora::PandoraInterface::Settings::Settings | ( | ) |
Default constructor.
Definition at line 325 of file PandoraInterface_module.cc.
| float gar::gar_pandora::PandoraInterface::Settings::m_innerBField = 0.0 |
The bfield in the main tracker and ecal, units Tesla.
Definition at line 58 of file PandoraInterface_module.cc.
| std::vector<float> gar::gar_pandora::PandoraInterface::Settings::m_inputEnergyCorrectionPoints {} |
The input energy points for non-linearity energy correction.
Definition at line 59 of file PandoraInterface_module.cc.
| std::vector<float> gar::gar_pandora::PandoraInterface::Settings::m_outputEnergyCorrectionPoints {} |
The output energy points for non-linearity energy correction.
Definition at line 60 of file PandoraInterface_module.cc.
| std::string gar::gar_pandora::PandoraInterface::Settings::m_pandoraSettingsXmlFile = "" |
The pandora settings xml file.
Definition at line 57 of file PandoraInterface_module.cc.
1.8.11