|
DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
|
Public Attributes | |
| int | id |
| Cluster id. | |
| SRVector3D | position |
| Cluster barycenter position weighted on energy [cm]. | |
| SRVector3D | var_position |
| float | time |
| Cluster time weighted on energy [ns]. | |
| SRVector3D | start |
| Cluster 3D start point [cm]. | |
| SRVector3D | direction |
| Cluster directiion versor. | |
| float | E |
| Reconstructed energy [MeV]. | |
| int | num_cells |
| Total number of cells in the cluster. | |
| std::vector< TrueParticleID > | truth |
| Associated SRTrueParticle(s), if relevant (use SRTruthBranch::Particle() with these IDs to grab them) | |
| std::vector< float > | truthOverlap |
| Fractional overlap between this shower and true particle. | |