Public Member Functions | Public Attributes | List of all members
sim::Chan_Phot Struct Reference

#include <OpDetDivRec.h>

Public Member Functions

 Chan_Phot ()
 
 Chan_Phot (int opChanIn, int tid=-999999)
 
void AddPhoton ()
 

Public Attributes

int opChan
 
int trackID
 
double phot
 

Detailed Description

Definition at line 23 of file OpDetDivRec.h.

Constructor & Destructor Documentation

sim::Chan_Phot::Chan_Phot ( )
inline

Definition at line 27 of file OpDetDivRec.h.

27  :
28  opChan(-1)
29  {}
sim::Chan_Phot::Chan_Phot ( int  opChanIn,
int  tid = -999999 
)
inline

Definition at line 30 of file OpDetDivRec.h.

30  :
31  opChan(opChanIn),
32  trackID(tid),
33  phot(1.0)
34  {}

Member Function Documentation

void sim::Chan_Phot::AddPhoton ( )
inline

Definition at line 35 of file OpDetDivRec.h.

35  {
36  phot+=1.0;
37  }
General LArSoft Utilities.

Member Data Documentation

int sim::Chan_Phot::opChan

Definition at line 24 of file OpDetDivRec.h.

double sim::Chan_Phot::phot

Definition at line 26 of file OpDetDivRec.h.

int sim::Chan_Phot::trackID

Definition at line 25 of file OpDetDivRec.h.


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