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

#include <FlashFinderTypes.h>

Public Member Functions

 LiteOpFlash_t ()
 
 LiteOpFlash_t (double flash_time, double flash_time_err, std::vector< double > &&pe_array, std::vector< unsigned int > &&hit_idx)
 
void Register (size_t channel, double pe)
 

Public Attributes

std::vector< double > channel_pe
 
std::vector< unsigned int > asshit_idx
 
double time
 
double time_err
 

Detailed Description

Definition at line 26 of file icaruscode/icaruscode/PMT/OpReco/FlashFinder/FlashFinderTypes.h.

Constructor & Destructor Documentation

pmtana::LiteOpFlash_t::LiteOpFlash_t ( )
inline
pmtana::LiteOpFlash_t::LiteOpFlash_t ( double  flash_time,
double  flash_time_err,
std::vector< double > &&  pe_array,
std::vector< unsigned int > &&  hit_idx 
)
inline

Member Function Documentation

void pmtana::LiteOpFlash_t::Register ( size_t  channel,
double  pe 
)
inline

Definition at line 44 of file icaruscode/icaruscode/PMT/OpReco/FlashFinder/FlashFinderTypes.h.

45  {
46  if(channel >= channel_pe.size()) channel_pe.resize(channel+1,0);
47  channel_pe[channel] = pe;
48  }

Member Data Documentation

std::vector<unsigned int> pmtana::LiteOpFlash_t::asshit_idx
std::vector<double> pmtana::LiteOpFlash_t::channel_pe
double pmtana::LiteOpFlash_t::time
double pmtana::LiteOpFlash_t::time_err

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