#include <DataStructs.h>
Public Attributes | |
CTP_t | CTP |
int | ShowerTjID {0} |
std::vector< int > | TjIDs |
std::vector< int > | NearTjIDs |
std::vector< ShowerPoint > | ShPts |
float | Angle {0} |
float | AngleErr {3} |
float | AspectRatio {1} |
float | DirectionFOM {1} |
std::vector< Point2_t > | Envelope |
float | EnvelopeArea {0} |
float | ChgDensity {0} |
float | Energy {0} |
float | ParentFOM {10} |
int | ID {0} |
int | UID {0} |
unique global ID More... | |
int | ParentID {0} |
int | TruParentID {0} |
int | SS3ID {0} |
bool | NeedsUpdate {true} |
Definition at line 324 of file DataStructs.h.
float tca::ShowerStruct::Angle {0} |
Definition at line 330 of file DataStructs.h.
float tca::ShowerStruct::AngleErr {3} |
Definition at line 331 of file DataStructs.h.
float tca::ShowerStruct::AspectRatio {1} |
Definition at line 332 of file DataStructs.h.
float tca::ShowerStruct::ChgDensity {0} |
Definition at line 336 of file DataStructs.h.
CTP_t tca::ShowerStruct::CTP |
Definition at line 325 of file DataStructs.h.
float tca::ShowerStruct::DirectionFOM {1} |
Definition at line 333 of file DataStructs.h.
float tca::ShowerStruct::Energy {0} |
Definition at line 337 of file DataStructs.h.
std::vector<Point2_t> tca::ShowerStruct::Envelope |
Definition at line 334 of file DataStructs.h.
float tca::ShowerStruct::EnvelopeArea {0} |
Definition at line 335 of file DataStructs.h.
int tca::ShowerStruct::ID {0} |
Definition at line 339 of file DataStructs.h.
std::vector<int> tca::ShowerStruct::NearTjIDs |
Definition at line 328 of file DataStructs.h.
bool tca::ShowerStruct::NeedsUpdate {true} |
Definition at line 344 of file DataStructs.h.
float tca::ShowerStruct::ParentFOM {10} |
Definition at line 338 of file DataStructs.h.
int tca::ShowerStruct::ParentID {0} |
Definition at line 341 of file DataStructs.h.
int tca::ShowerStruct::ShowerTjID {0} |
Definition at line 326 of file DataStructs.h.
std::vector<ShowerPoint> tca::ShowerStruct::ShPts |
Definition at line 329 of file DataStructs.h.
int tca::ShowerStruct::SS3ID {0} |
Definition at line 343 of file DataStructs.h.
std::vector<int> tca::ShowerStruct::TjIDs |
Definition at line 327 of file DataStructs.h.
int tca::ShowerStruct::TruParentID {0} |
Definition at line 342 of file DataStructs.h.
int tca::ShowerStruct::UID {0} |
unique global ID
Definition at line 340 of file DataStructs.h.