![]() |
Iguana 0.9.0
Implementation Guardian of Analysis Algorithms
|
#include <BankDefs.h>
Set of variables created by creator algorithm iguana::clas12::TrajLinker
Definition at line 192 of file BankDefs.h.
Public Attributes | |
int | pindex = 0 |
row number in the particle bank | |
int | sector = 0 |
sector | |
int | r1_found = 0 |
1 if Region 1 info found for this particle, 0 otherwise | |
float | r1_x = 0 |
Region 1 x-position. | |
float | r1_y = 0 |
Region 1 y-position. | |
float | r1_z = 0 |
Region 1 z-position. | |
int | r2_found = 0 |
1 if Region 2 info found for this particle, 0 otherwise | |
float | r2_x = 0 |
Region 2 x-position. | |
float | r2_y = 0 |
Region 2 y-position. | |
float | r2_z = 0 |
Region 2 z-position. | |
int | r3_found = 0 |
1 if Region 3 info found for this particle, 0 otherwise | |
float | r3_x = 0 |
Region 3 x-position. | |
float | r3_y = 0 |
Region 3 y-position. | |
float | r3_z = 0 |
Region 3 z-position. |
int iguana::clas12::TrajLinkerVars::pindex = 0 |
row number in the particle bank
Definition at line 194 of file BankDefs.h.
int iguana::clas12::TrajLinkerVars::r1_found = 0 |
1 if Region 1 info found for this particle, 0 otherwise
Definition at line 198 of file BankDefs.h.
float iguana::clas12::TrajLinkerVars::r1_x = 0 |
Region 1 x-position.
Definition at line 200 of file BankDefs.h.
float iguana::clas12::TrajLinkerVars::r1_y = 0 |
Region 1 y-position.
Definition at line 202 of file BankDefs.h.
float iguana::clas12::TrajLinkerVars::r1_z = 0 |
Region 1 z-position.
Definition at line 204 of file BankDefs.h.
int iguana::clas12::TrajLinkerVars::r2_found = 0 |
1 if Region 2 info found for this particle, 0 otherwise
Definition at line 206 of file BankDefs.h.
float iguana::clas12::TrajLinkerVars::r2_x = 0 |
Region 2 x-position.
Definition at line 208 of file BankDefs.h.
float iguana::clas12::TrajLinkerVars::r2_y = 0 |
Region 2 y-position.
Definition at line 210 of file BankDefs.h.
float iguana::clas12::TrajLinkerVars::r2_z = 0 |
Region 2 z-position.
Definition at line 212 of file BankDefs.h.
int iguana::clas12::TrajLinkerVars::r3_found = 0 |
1 if Region 3 info found for this particle, 0 otherwise
Definition at line 214 of file BankDefs.h.
float iguana::clas12::TrajLinkerVars::r3_x = 0 |
Region 3 x-position.
Definition at line 216 of file BankDefs.h.
float iguana::clas12::TrajLinkerVars::r3_y = 0 |
Region 3 y-position.
Definition at line 218 of file BankDefs.h.
float iguana::clas12::TrajLinkerVars::r3_z = 0 |
Region 3 z-position.
Definition at line 220 of file BankDefs.h.
int iguana::clas12::TrajLinkerVars::sector = 0 |
sector
Definition at line 196 of file BankDefs.h.