![]() |
Iguana 1.1.0
Implementation Guardian of Analysis Algorithms
|
#include <BankDefs.h>
Set of variables created by creator algorithm iguana::clas12::MatchParticleProximity.
Definition at line 226 of file BankDefs.h.
Public Attributes | |
| int | pindex_a = 0 |
| pindex of particle bank A (e.g., REC::Particle) | |
| int | pindex_b = 0 |
| pindex of particle bank B (e.g., MC::Particle) | |
| double | proximity = 0 |
| the distance between matched pair, in the proximity-matching space | |
| int iguana::clas12::MatchParticleProximityVars::pindex_a = 0 |
pindex of particle bank A (e.g., REC::Particle)
Definition at line 228 of file BankDefs.h.
| int iguana::clas12::MatchParticleProximityVars::pindex_b = 0 |
pindex of particle bank B (e.g., MC::Particle)
Definition at line 230 of file BankDefs.h.
| double iguana::clas12::MatchParticleProximityVars::proximity = 0 |
the distance between matched pair, in the proximity-matching space
Definition at line 232 of file BankDefs.h.