#include <OpDetPulse.h>
Definition at line 18 of file OpDetPulse.h.
raw::OpDetPulse::OpDetPulse |
( |
| ) |
|
raw::OpDetPulse::OpDetPulse |
( |
unsigned short |
OpChannel, |
|
|
std::vector< short > |
Waveform, |
|
|
unsigned int |
PMTFrame, |
|
|
unsigned int |
FirstSample |
|
) |
| |
Definition at line 28 of file OpDetPulse.cxx.
unsigned short OpChannel() const
std::vector< short > fWaveform
const std::vector< short > & Waveform() const
unsigned int fFirstSample
first sample number within pmt frame
unsigned int FirstSample() const
unsigned int fPMTFrame
frame number where pulse begins
unsigned short fOpChannel
channel in the readout
unsigned int PMTFrame() const
raw::OpDetPulse::OpDetPulse |
( |
unsigned short |
OpChannel | ) |
|
Definition at line 40 of file OpDetPulse.cxx.
unsigned short OpChannel() const
unsigned short fOpChannel
channel in the readout
unsigned int raw::OpDetPulse::FirstSample |
( |
| ) |
const |
|
inline |
Definition at line 64 of file OpDetPulse.h.
unsigned int fFirstSample
first sample number within pmt frame
int raw::OpDetPulse::Integral |
( |
unsigned short |
startbin = 0 , |
|
|
unsigned short |
endbin = 0 |
|
) |
| |
Definition at line 48 of file OpDetPulse.cxx.
56 <<
" Trying to integrate between illegal limits : " <<startbin<<
" " <<endbin <<
"\n";
59 <<
" Trying to integrate between illegal limits : "<< startbin<<
" " <<endbin <<
"\n";
61 unsigned int TotalIntegral = 0;
63 for(
size_t i=startbin; i!=endbin; ++i)
std::vector< short > fWaveform
unsigned short Samples() const
cet::coded_exception< error, detail::translate > exception
unsigned short raw::OpDetPulse::OpChannel |
( |
| ) |
const |
|
inline |
Definition at line 61 of file OpDetPulse.h.
unsigned short fOpChannel
channel in the readout
unsigned int raw::OpDetPulse::PMTFrame |
( |
| ) |
const |
|
inline |
Definition at line 63 of file OpDetPulse.h.
unsigned int fPMTFrame
frame number where pulse begins
unsigned short raw::OpDetPulse::Samples |
( |
| ) |
const |
|
inline |
Definition at line 62 of file OpDetPulse.h.
std::vector< short > fWaveform
void raw::OpDetPulse::SetFirstSample |
( |
unsigned int |
FirstSample | ) |
|
|
inline |
Definition at line 66 of file OpDetPulse.h.
unsigned int fFirstSample
first sample number within pmt frame
unsigned int FirstSample() const
void raw::OpDetPulse::SetPMTFrame |
( |
unsigned int |
Frame | ) |
|
|
inline |
Definition at line 65 of file OpDetPulse.h.
unsigned int fPMTFrame
frame number where pulse begins
const std::vector< short > & raw::OpDetPulse::Waveform |
( |
| ) |
const |
|
inline |
Definition at line 59 of file OpDetPulse.h.
std::vector< short > fWaveform
Definition at line 60 of file OpDetPulse.h.
std::vector< short > fWaveform
unsigned int raw::OpDetPulse::fFirstSample |
|
private |
first sample number within pmt frame
Definition at line 29 of file OpDetPulse.h.
unsigned short raw::OpDetPulse::fOpChannel |
|
private |
unsigned int raw::OpDetPulse::fPMTFrame |
|
private |
frame number where pulse begins
Definition at line 28 of file OpDetPulse.h.
The documentation for this class was generated from the following files: