LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
tca::Vtx3Store Struct Reference

struct of temporary 3D vertices More...

#include "DataStructs.h"

Public Attributes

float X {0}
 
float XErr {0.5}
 
float Y {0}
 
float YErr {0.5}
 
float Z {0}
 
float ZErr {0.5}
 
float Score {0}
 
int Wire {-1}
 
geo::TPCID TPCID
 
std::vector< int > Vx2ID
 
int ID {0}
 
int UID {0}
 unique global ID More...
 
bool Primary {false}
 
bool Neutrino {false}
 

Detailed Description

struct of temporary 3D vertices

Definition at line 101 of file DataStructs.h.

Member Data Documentation

bool tca::Vtx3Store::Neutrino {false}

Definition at line 115 of file DataStructs.h.

Referenced by tca::Print3V(), and tca::PrintAllTraj().

bool tca::Vtx3Store::Primary {false}
float tca::Vtx3Store::Score {0}
int tca::Vtx3Store::UID {0}

unique global ID

Definition at line 113 of file DataStructs.h.

Referenced by tca::MakePFParticles(), tca::PFPVertexCheck(), and tca::Print3V().

float tca::Vtx3Store::XErr {0.5}

Definition at line 103 of file DataStructs.h.

Referenced by tca::Find3DVertices(), tca::PrintAllTraj(), and tca::VertexVertexPull().

float tca::Vtx3Store::YErr {0.5}

Definition at line 105 of file DataStructs.h.

Referenced by tca::Find3DVertices(), tca::PrintAllTraj(), and tca::VertexVertexPull().

float tca::Vtx3Store::ZErr {0.5}

Definition at line 107 of file DataStructs.h.

Referenced by tca::Find3DVertices(), tca::PrintAllTraj(), and tca::VertexVertexPull().


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