#include <RPixEnergyDepositUnit.h>
Public Member Functions | |
double | Energy () const |
const Local3DPoint & | Position () const |
RPixEnergyDepositUnit () | |
RPixEnergyDepositUnit (double energy, const Local3DPoint &position) | |
RPixEnergyDepositUnit (double energy, double x, double y, double z) | |
void | setEnergy (double e) |
void | setPosition (Local3DPoint p) |
Private Attributes | |
double | energy_ |
Local3DPoint | position_ |
Class which allows to "follow" an elementary charge in the silicon. It basically defines a quantum of energy, with a position.
Definition at line 11 of file RPixEnergyDepositUnit.h.
|
inline |
Definition at line 13 of file RPixEnergyDepositUnit.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 22 of file RPixEnergyDepositUnit.h.
References MillePedeFileConverter_cfg::e, and energy_.
|
inline |
Definition at line 23 of file RPixEnergyDepositUnit.h.
References AlCaHLTBitMon_ParallelJobs::p, and position_.
|
private |
Definition at line 26 of file RPixEnergyDepositUnit.h.
Referenced by Energy(), and setEnergy().
|
private |
Definition at line 27 of file RPixEnergyDepositUnit.h.
Referenced by Position(), and setPosition().