All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
sbn::SimpleFlashMatch::Flash Struct Reference

#include <SimpleFlashMatchVars.h>

Public Member Functions

 Flash (double pe_=-1., TVector3 center_=TVector3(-999,-999,-999))
 

Public Attributes

double pe
 photo-electrons on flash More...
 
TVector3 center
 Weighted center position [cm]. More...
 

Detailed Description

Definition at line 18 of file SimpleFlashMatchVars.h.

Constructor & Destructor Documentation

sbn::SimpleFlashMatch::Flash::Flash ( double  pe_ = -1.,
TVector3  center_ = TVector3(-999, -999, -999) 
)
inline

Definition at line 21 of file SimpleFlashMatchVars.h.

21  :
22  pe(pe_), center(center_)
23  {}
TVector3 center
Weighted center position [cm].
double pe
photo-electrons on flash

Member Data Documentation

TVector3 sbn::SimpleFlashMatch::Flash::center

Weighted center position [cm].

Definition at line 20 of file SimpleFlashMatchVars.h.

double sbn::SimpleFlashMatch::Flash::pe

photo-electrons on flash

Definition at line 19 of file SimpleFlashMatchVars.h.


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