All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
caf::SRPFP Class Reference

Representation of a rb::PFParticle, with hierarchy and Pandora metadata. More...

#include <SRPFP.h>

Public Member Functions

 SRPFP ()
 
 ~SRPFP ()
 

Public Attributes

int id
 ID of this pfp (taken from the pandora particle "ID" of this PFP) More...
 
unsigned int ndaughters
 Number of daughters. More...
 
std::vector< int > daughters
 ID's of daughters of this pfp. More...
 
int parent
 ID of parent particle of this pfp. More...
 
bool parent_is_primary
 If this is a primary daughter of a neutrino/cosmic. More...
 
float trackScore
 The MVA score that determines how track/shower like a PFP is. More...
 
SRPFOChar pfochar
 The MVA inputs (features) in determination of the track score (PFO Characterisation) More...
 
int slcID
 

Detailed Description

Representation of a rb::PFParticle, with hierarchy and Pandora metadata.

Definition at line 13 of file SRPFP.h.

Constructor & Destructor Documentation

caf::SRPFP::SRPFP ( )

Definition at line 9 of file SRPFP.cxx.

10  : id(-5)
11  , ndaughters(0)
12  , daughters()
13  , parent(-5)
14  , parent_is_primary(false)
15  , trackScore(-5.f)
16  , slcID(-5)
17 {
18 }
bool parent_is_primary
If this is a primary daughter of a neutrino/cosmic.
Definition: SRPFP.h:23
int parent
ID of parent particle of this pfp.
Definition: SRPFP.h:22
int slcID
Definition: SRPFP.h:28
unsigned int ndaughters
Number of daughters.
Definition: SRPFP.h:19
float trackScore
The MVA score that determines how track/shower like a PFP is.
Definition: SRPFP.h:25
int id
ID of this pfp (taken from the pandora particle &quot;ID&quot; of this PFP)
Definition: SRPFP.h:18
std::vector< int > daughters
ID&#39;s of daughters of this pfp.
Definition: SRPFP.h:20
caf::SRPFP::~SRPFP ( )
inline

Definition at line 16 of file SRPFP.h.

16 {}

Member Data Documentation

std::vector<int> caf::SRPFP::daughters

ID's of daughters of this pfp.

Definition at line 20 of file SRPFP.h.

int caf::SRPFP::id

ID of this pfp (taken from the pandora particle "ID" of this PFP)

Definition at line 18 of file SRPFP.h.

unsigned int caf::SRPFP::ndaughters

Number of daughters.

Definition at line 19 of file SRPFP.h.

int caf::SRPFP::parent

ID of parent particle of this pfp.

Definition at line 22 of file SRPFP.h.

bool caf::SRPFP::parent_is_primary

If this is a primary daughter of a neutrino/cosmic.

Definition at line 23 of file SRPFP.h.

SRPFOChar caf::SRPFP::pfochar

The MVA inputs (features) in determination of the track score (PFO Characterisation)

Definition at line 26 of file SRPFP.h.

int caf::SRPFP::slcID

Definition at line 28 of file SRPFP.h.

float caf::SRPFP::trackScore

The MVA score that determines how track/shower like a PFP is.

Definition at line 25 of file SRPFP.h.


The documentation for this class was generated from the following files: