|
"MarlinReco"
1.16.0
|
Public Types | |
| typedef std::pair< int, int > | I_J_Coordinates |
Public Member Functions | |
| virtual void | addCharge (float charge, float pos_I, float pos_J)=0 |
| void | newHit (float cell_Size) |
|
const std::map < I_J_Coordinates, float > & | chargeMap () |
Protected Attributes | |
| float | _cellSize |
| std::map< I_J_Coordinates, float > | _chargeMap |
1.8.6