ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | Public Attributes | List of all members
AtHit::MCSimPoint Struct Reference

#include <AtHit.h>

Public Member Functions

 MCSimPoint ()
 
 MCSimPoint (int pointID_, int trackID_, double energy_, double eloss_, double angle_, int A_, int Z_)
 

Public Attributes

int pointID
 
int trackID
 
double energy
 
double eloss
 
double angle
 
int A
 
int Z
 

Detailed Description

Definition at line 104 of file AtHit.h.

Constructor & Destructor Documentation

◆ MCSimPoint() [1/2]

AtHit::MCSimPoint::MCSimPoint ( )
inline

Definition at line 112 of file AtHit.h.

◆ MCSimPoint() [2/2]

AtHit::MCSimPoint::MCSimPoint ( int  pointID_,
int  trackID_,
double  energy_,
double  eloss_,
double  angle_,
int  A_,
int  Z_ 
)
inline

Definition at line 113 of file AtHit.h.

Member Data Documentation

◆ A

int AtHit::MCSimPoint::A

Definition at line 110 of file AtHit.h.

◆ angle

double AtHit::MCSimPoint::angle

Definition at line 109 of file AtHit.h.

◆ eloss

double AtHit::MCSimPoint::eloss

Definition at line 108 of file AtHit.h.

◆ energy

double AtHit::MCSimPoint::energy

Definition at line 107 of file AtHit.h.

◆ pointID

int AtHit::MCSimPoint::pointID

Definition at line 105 of file AtHit.h.

◆ trackID

int AtHit::MCSimPoint::trackID

Definition at line 106 of file AtHit.h.

◆ Z

int AtHit::MCSimPoint::Z

Definition at line 111 of file AtHit.h.


The documentation for this struct was generated from the following file: