APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
APRILBFieldPlugin class. More...
#include <APRILBFieldPlugin.h>
Public Member Functions | |
APRILBFieldPlugin (const float innerBField, const float muonBarrelBField, const float muonEndCapBField) | |
Default constructor. More... | |
float | GetBField (const pandora::CartesianVector &positionVector) const |
Private Member Functions | |
pandora::StatusCode | Initialize () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
float | m_innerBField |
The bfield in the main tracker, ecal and hcal, units Tesla. | |
float | m_muonBarrelBField |
The bfield in the muon barrel, units Tesla. | |
float | m_muonEndCapBField |
The bfield in the muon endcap, units Tesla. | |
float | m_muonEndCapInnerZ |
The muon endcap inner z coordinate, units mm. | |
float | m_coilMidPointR |
The r coordinate at the coil midpoint, units mm. | |
APRILBFieldPlugin class.
april_content::APRILBFieldPlugin::APRILBFieldPlugin | ( | const float | innerBField, |
const float | muonBarrelBField, | ||
const float | muonEndCapBField | ||
) |
Default constructor.
innerBField | the bfield in the main tracker, ecal and hcal, units Tesla |
muonBarrelBField | the bfield in the muon barrel, units Tesla |
muonEndCapBField | the bfield in the muon endcap, units Tesla |