TemplateConvolver::FoundPeaks Struct Reference

#include <TemplateConvolver.h>

List of all members.

Public Member Functions

bool operator< (const FoundPeaks &rhs) const
FoundPeaksoperator= (const FoundPeaks &rhs)

Public Attributes

double time
double amplitude
double pedestal
double quad
double linear
double constant

Detailed Description

Definition at line 17 of file TemplateConvolver.h.


Member Function Documentation

bool TemplateConvolver::FoundPeaks::operator< ( const FoundPeaks rhs  )  const [inline]

Definition at line 24 of file TemplateConvolver.h.

References time.

00024                                                    {
00025            return time<rhs.time;
00026            //return amplitude>rhs.amplitude;
00027          }

FoundPeaks& TemplateConvolver::FoundPeaks::operator= ( const FoundPeaks rhs  )  [inline]

Definition at line 28 of file TemplateConvolver.h.

References amplitude, constant, linear, pedestal, quad, and time.

00028                                                      {
00029            time=rhs.time;
00030            amplitude=rhs.amplitude;
00031            pedestal=rhs.pedestal;
00032            quad=rhs.quad;
00033            linear=rhs.linear;
00034            constant=rhs.constant;
00035            return *this;
00036          }


Member Data Documentation

Definition at line 23 of file TemplateConvolver.h.

Referenced by TemplateConvolver::FitPeak(), and operator=().

Definition at line 22 of file TemplateConvolver.h.

Referenced by TemplateConvolver::FitPeak(), and operator=().

Definition at line 20 of file TemplateConvolver.h.

Referenced by TemplateConvolver::FitPeak(), and operator=().

Definition at line 21 of file TemplateConvolver.h.

Referenced by TemplateConvolver::FitPeak(), and operator=().

Definition at line 18 of file TemplateConvolver.h.

Referenced by TemplateConvolver::FitPeak(), operator<(), and operator=().


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

Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1