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

#include <FlashPredict.hh>

Public Member Functions

 SimpleFlash (unsigned flashId_, unsigned ophsInVolume_, OpHitIt opH_beg_, OpHitIt opH_end_, double maxpeak_time_)
 

Public Attributes

unsigned flashId
 
unsigned ophsInVolume
 
OpHitIt opH_beg
 
OpHitIt opH_end
 
double maxpeak_time
 

Detailed Description

Definition at line 109 of file FlashPredict.hh.

Constructor & Destructor Documentation

FlashPredict::SimpleFlash::SimpleFlash ( unsigned  flashId_,
unsigned  ophsInVolume_,
OpHitIt  opH_beg_,
OpHitIt  opH_end_,
double  maxpeak_time_ 
)
inline

Definition at line 113 of file FlashPredict.hh.

115  :
116  flashId(flashId_), ophsInVolume(ophsInVolume_),
117  opH_beg(opH_beg_), opH_end(opH_end_),
118  maxpeak_time(maxpeak_time_)
119  {}

Member Data Documentation

unsigned FlashPredict::SimpleFlash::flashId

Definition at line 110 of file FlashPredict.hh.

double FlashPredict::SimpleFlash::maxpeak_time

Definition at line 112 of file FlashPredict.hh.

OpHitIt FlashPredict::SimpleFlash::opH_beg

Definition at line 111 of file FlashPredict.hh.

OpHitIt FlashPredict::SimpleFlash::opH_end

Definition at line 111 of file FlashPredict.hh.

unsigned FlashPredict::SimpleFlash::ophsInVolume

Definition at line 110 of file FlashPredict.hh.


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