float m_charge
charge (unused in AnalysisBase)
std::vector< int > m_identifiers
identifiers of the intersections with detector layers
std::vector< std::vector< float > > m_parametersCovariance
covariance of parameters of the intersections with detector layers
std::vector< std::vector< float > > m_parameters
parameters of the intersections with detector layers
ParticleCaloExtension(float charge, std::vector< std::vector< float > > &¶meters, std::vector< std::vector< float > > &¶metersCovariance, std::vector< int > &&identifiers)
constructor taking calo extrapolation as input.