All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sbnana/sbnanalysis/ana/SBNOscReco/Data/FlashMatch.h
Go to the documentation of this file.
1 #ifndef _sbnumurecodata_FlashMatch_hh
2 #define _sbnumurecodata_FlashMatch_hh
3 namespace numu {
4 
5 /**
6  * Object for flash match to TPC track
7  */
8 struct FlashMatch {
9  bool present;
10  float time; //!< Time of flash [us]
11  float score; //!< score of flash matching
12  unsigned pe; //!< number of photo electons in flash
13 };
14 }
15 #endif
unsigned pe
number of photo electons in flash