All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
numu::RecoSlice Struct Reference

#include <RecoEvent.h>

Public Attributes

int primary_index
 Index of the primary particle of this slice. More...
 
int primary_track_index
 Index of the primary track. More...
 
std::map< size_t, RecoParticleparticles
 Map of particle index to particle information. More...
 
std::vector< size_t > tracks
 List of track indices contained in this slice. More...
 
FlashMatch flash_match
 Result of flash matching algorithm on this slice. More...
 

Detailed Description

Slice of TPC charge containing a list of "particles" (Reco objects) and TPC tracks (showers to be added). Also contains the primary track of the slice

Definition at line 24 of file RecoEvent.h.

Member Data Documentation

FlashMatch numu::RecoSlice::flash_match

Result of flash matching algorithm on this slice.

Definition at line 30 of file RecoEvent.h.

std::map<size_t, RecoParticle> numu::RecoSlice::particles

Map of particle index to particle information.

Definition at line 28 of file RecoEvent.h.

int numu::RecoSlice::primary_index

Index of the primary particle of this slice.

Definition at line 25 of file RecoEvent.h.

int numu::RecoSlice::primary_track_index

Index of the primary track.

Definition at line 27 of file RecoEvent.h.

std::vector<size_t> numu::RecoSlice::tracks

List of track indices contained in this slice.

Definition at line 29 of file RecoEvent.h.


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