ATLAS Offline Software
|
#include <IHGTD_ClusterTruthTool.h>
Public Attributes | |
ClusterTruthOrigin | origin = ClusterTruthOrigin::UNIDENTIFIED |
bool | is_shadowed = false |
Shadowing means that a deposit was left by the truth particle, but it was not the first deposit and is thus not used for the time measurement -> I will have an incorrect time. More... | |
bool | is_merged = false |
A cluster is considered to be merged if more than one particle deposited energy in a given pad. More... | |
Definition at line 35 of file IHGTD_ClusterTruthTool.h.
bool HGTD::ClusterTruthInfo::is_merged = false |
A cluster is considered to be merged if more than one particle deposited energy in a given pad.
Definition at line 47 of file IHGTD_ClusterTruthTool.h.
bool HGTD::ClusterTruthInfo::is_shadowed = false |
Shadowing means that a deposit was left by the truth particle, but it was not the first deposit and is thus not used for the time measurement -> I will have an incorrect time.
Definition at line 42 of file IHGTD_ClusterTruthTool.h.
ClusterTruthOrigin HGTD::ClusterTruthInfo::origin = ClusterTruthOrigin::UNIDENTIFIED |
Definition at line 36 of file IHGTD_ClusterTruthTool.h.