Public Member Functions | Public Attributes | List of all members
pid::PIDAAlg::PIDAProperties Struct Reference

Public Member Functions

 PIDAProperties ()
 

Public Attributes

unsigned int run
 
unsigned int event
 
unsigned int calo_index
 
unsigned int planeid
 
float trk_range
 
float calo_KE
 
unsigned int n_pid_pts
 
float mean
 
float sigma
 
float integral_dedx
 
float integral_pida
 
unsigned int n_bandwidths
 
float kde_bandwidth [MAX_BANDWIDTHS]
 
float kde_mp [MAX_BANDWIDTHS]
 
float kde_fwhm [MAX_BANDWIDTHS]
 
std::string leaf_structure
 

Detailed Description

Definition at line 120 of file PIDAAlg.h.

Constructor & Destructor Documentation

pid::PIDAAlg::PIDAProperties::PIDAProperties ( )
inline

Definition at line 140 of file PIDAAlg.h.

140  :
141  leaf_structure("run/i:event/i:calo_index/i:planeid/i:trk_range/F:calo_KE/F:n_pid_pts/i:mean/F:sigma/F:integral_dedx/F:integral_pida/F"){}
std::string leaf_structure
Definition: PIDAAlg.h:139

Member Data Documentation

unsigned int pid::PIDAAlg::PIDAProperties::calo_index

Definition at line 123 of file PIDAAlg.h.

float pid::PIDAAlg::PIDAProperties::calo_KE

Definition at line 126 of file PIDAAlg.h.

unsigned int pid::PIDAAlg::PIDAProperties::event

Definition at line 122 of file PIDAAlg.h.

float pid::PIDAAlg::PIDAProperties::integral_dedx

Definition at line 131 of file PIDAAlg.h.

float pid::PIDAAlg::PIDAProperties::integral_pida

Definition at line 132 of file PIDAAlg.h.

float pid::PIDAAlg::PIDAProperties::kde_bandwidth[MAX_BANDWIDTHS]

Definition at line 135 of file PIDAAlg.h.

float pid::PIDAAlg::PIDAProperties::kde_fwhm[MAX_BANDWIDTHS]

Definition at line 137 of file PIDAAlg.h.

float pid::PIDAAlg::PIDAProperties::kde_mp[MAX_BANDWIDTHS]

Definition at line 136 of file PIDAAlg.h.

std::string pid::PIDAAlg::PIDAProperties::leaf_structure

Definition at line 139 of file PIDAAlg.h.

float pid::PIDAAlg::PIDAProperties::mean

Definition at line 129 of file PIDAAlg.h.

unsigned int pid::PIDAAlg::PIDAProperties::n_bandwidths

Definition at line 134 of file PIDAAlg.h.

unsigned int pid::PIDAAlg::PIDAProperties::n_pid_pts

Definition at line 128 of file PIDAAlg.h.

unsigned int pid::PIDAAlg::PIDAProperties::planeid

Definition at line 124 of file PIDAAlg.h.

unsigned int pid::PIDAAlg::PIDAProperties::run

Definition at line 121 of file PIDAAlg.h.

float pid::PIDAAlg::PIDAProperties::sigma

Definition at line 130 of file PIDAAlg.h.

float pid::PIDAAlg::PIDAProperties::trk_range

Definition at line 125 of file PIDAAlg.h.


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