Public Member Functions | Public Attributes | List of all members
gar::gar_pandora::PandoraInterface::Settings Class Reference

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...
 

Detailed Description

Definition at line 49 of file PandoraInterface_module.cc.

Constructor & Destructor Documentation

gar::gar_pandora::PandoraInterface::Settings::Settings ( )

Default constructor.

Definition at line 325 of file PandoraInterface_module.cc.

325  :
326  m_innerBField(0.5),
329  {
330  }
float m_innerBField
The bfield in the main tracker and ecal, units Tesla.
std::vector< float > m_inputEnergyCorrectionPoints
The input energy points for non-linearity energy correction.
std::vector< float > m_outputEnergyCorrectionPoints
The output energy points for non-linearity energy correction.

Member Data Documentation

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.


The documentation for this class was generated from the following file: