5#ifndef MM_DIGITIZATION_MM_IONIZATIONCLUSTER_H
6#define MM_DIGITIZATION_MM_IONIZATIONCLUSTER_H
23 std::vector<std::unique_ptr<MM_Electron>>&
getElectrons();
void propagateElectrons(float lorentzAngle, float driftVel)
MM_IonizationCluster()=default
std::vector< std::unique_ptr< MM_Electron > > & getElectrons()
const Amg::Vector2D & getIonizationStart() const
Amg::Vector2D m_IonizationStart
std::vector< std::unique_ptr< MM_Electron > > m_Electrons
void createElectrons(int nElectrons)
Eigen::Matrix< double, 2, 1 > Vector2D