#include <AtSimulatedElectron.h>
|
| | AtSimulatedElectron () |
| |
| | AtSimulatedElectron (std::size_t id, Int_t electronNumber, Double_t x, Double_t y, Double_t atime) |
| |
| void | SetPosition (Double_t x, Double_t y, Double_t atime) |
| |
| | ClassDef (AtSimulatedElectron, 1) |
| |
| | AtSimulatedPoint () |
| |
| | AtSimulatedPoint (std::size_t mcPointID, Int_t clusterID, ROOT::Math::XYZVector pointLocation) |
| |
| | AtSimulatedPoint (std::size_t mcPointID, Int_t clusterID, Int_t charge, ROOT::Math::XYZVector pointLocation) |
| |
| | AtSimulatedPoint (const AtSimulatedPoint &object)=default |
| |
| AtSimulatedPoint & | operator= (AtSimulatedPoint other) |
| |
| | ~AtSimulatedPoint ()=default |
| |
| void | SetClusterID (Int_t clusterID) |
| |
| void | SetMCPointID (std::size_t id) |
| |
| void | SetMCEventID (std::size_t mcid) |
| |
| void | SetCharge (Int_t charge) |
| |
| Int_t | GetCharge () |
| |
| Int_t | GetClusterID () |
| |
| virtual ROOT::Math::XYZVector | GetPosition () |
| |
| std::size_t | GetMCPointID () |
| |
| std::size_t | GetMCEventID () |
| |
| | ClassDef (AtSimulatedPoint, 3) |
| |
Definition at line 6 of file AtSimulatedElectron.h.
◆ AtSimulatedElectron() [1/2]
| AtSimulatedElectron::AtSimulatedElectron |
( |
| ) |
|
◆ AtSimulatedElectron() [2/2]
| AtSimulatedElectron::AtSimulatedElectron |
( |
std::size_t |
id, |
|
|
Int_t |
electronNumber, |
|
|
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
atime |
|
) |
| |
◆ ClassDef()
◆ SetPosition()
| void AtSimulatedElectron::SetPosition |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
atime |
|
) |
| |
The documentation for this class was generated from the following files: