|
DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
|
Identifies a reconstructed particle by the interaction it belongs to, which collection of reconstructed particles it belongs to, and its index within that collection. More...
#include <SREnums.h>
Public Types | |
| enum | SRRecoParticleCollectionType { kUnknown , kSPINE , kPandora , kPida , kSandreco } |
Public Member Functions | |
| operator bool () const | |
Public Attributes | |
| int | ixn = -1 |
| Index of SRInteraction in the SRInteractionBranch. | |
| SRRecoParticleCollectionType | type = SRRecoParticleCollectionType::kUnknown |
| Which of the SRRecoParticle collections in SRRecoParticlesBranch this particle lives in. | |
| int | ipart = -1 |
| Index of SRRecoParticle in the specified SRRecoParticlesBranch collection of the SRInteraction. | |
Identifies a reconstructed particle by the interaction it belongs to, which collection of reconstructed particles it belongs to, and its index within that collection.