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

#include <SimpleFlashMatchVars.h>

Public Member Functions

 Charge (double q_=-1., TVector3 center_=TVector3(-999,-999,-999))
 

Public Attributes

double q
 charge in slc More...
 
TVector3 center
 Weighted center position [cm]. More...
 

Detailed Description

Definition at line 11 of file SimpleFlashMatchVars.h.

Constructor & Destructor Documentation

sbn::SimpleFlashMatch::Charge::Charge ( double  q_ = -1.,
TVector3  center_ = TVector3(-999, -999, -999) 
)
inline

Definition at line 14 of file SimpleFlashMatchVars.h.

14  :
15  q(q_), center(center_)
16  {}
TVector3 center
Weighted center position [cm].

Member Data Documentation

TVector3 sbn::SimpleFlashMatch::Charge::center

Weighted center position [cm].

Definition at line 13 of file SimpleFlashMatchVars.h.

double sbn::SimpleFlashMatch::Charge::q

charge in slc

Definition at line 12 of file SimpleFlashMatchVars.h.


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