ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | List of all members
AtSimulatedElectron Class Reference

#include <AtSimulatedElectron.h>

Inheritance diagram for AtSimulatedElectron:
Inheritance graph
[legend]
Collaboration diagram for AtSimulatedElectron:
Collaboration graph
[legend]

Public Member Functions

 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)
 
- Public Member Functions inherited from AtSimulatedPoint
 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
 
AtSimulatedPointoperator= (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)
 

Additional Inherited Members

- Protected Attributes inherited from AtSimulatedPoint
std::size_t fMCPointID
 < Cluster number More...
 
std::size_t fMCEventID
 
Int_t fClusterID
 
Int_t fCharge {}
 
ROOT::Math::XYZVector fPosition
 

Detailed Description

Definition at line 6 of file AtSimulatedElectron.h.

Constructor & Destructor Documentation

◆ AtSimulatedElectron() [1/2]

AtSimulatedElectron::AtSimulatedElectron ( )

Definition at line 3 of file AtSimulatedElectron.cxx.

◆ AtSimulatedElectron() [2/2]

AtSimulatedElectron::AtSimulatedElectron ( std::size_t  id,
Int_t  electronNumber,
Double_t  x,
Double_t  y,
Double_t  atime 
)

Definition at line 8 of file AtSimulatedElectron.cxx.

Member Function Documentation

◆ ClassDef()

AtSimulatedElectron::ClassDef ( AtSimulatedElectron  ,
 
)

◆ SetPosition()

void AtSimulatedElectron::SetPosition ( Double_t  x,
Double_t  y,
Double_t  atime 
)

The documentation for this class was generated from the following files: