pulse_param Struct Reference
[PulseReco]

#include <preco_algo_base.hh>

List of all members.

Public Member Functions

 pulse_param ()
void reset_param ()

Public Attributes

double peak
double area
double t_start
double t_max
double t_end


Detailed Description

Definition at line 24 of file preco_algo_base.hh.


Constructor & Destructor Documentation

pulse_param::pulse_param (  )  [inline]

Definition at line 29 of file preco_algo_base.hh.

References reset_param().

00029                {
00030     reset_param();
00031   };


Member Function Documentation

void pulse_param::reset_param (  )  [inline]

Definition at line 33 of file preco_algo_base.hh.

References area, peak, t_end, t_max, and t_start.

Referenced by pulse_param(), algo_threshold::reco(), and preco_algo_base::reset().

00033                     {      
00034     peak = area = -1;
00035     t_start = t_max = t_end = -1;
00036   };


Member Data Documentation

double pulse_param::area

Definition at line 26 of file preco_algo_base.hh.

Referenced by algo_threshold::reco(), and reset_param().

double pulse_param::peak

Definition at line 26 of file preco_algo_base.hh.

Referenced by algo_threshold::reco(), and reset_param().

double pulse_param::t_end

Definition at line 27 of file preco_algo_base.hh.

Referenced by algo_threshold::reco(), and reset_param().

double pulse_param::t_max

Definition at line 27 of file preco_algo_base.hh.

Referenced by algo_threshold::reco(), and reset_param().

double pulse_param::t_start

Definition at line 27 of file preco_algo_base.hh.

Referenced by algo_threshold::reco(), and reset_param().


The documentation for this struct was generated from the following file:
Generated on Mon Apr 7 15:35:13 2014 for MyProject by  doxygen 1.4.7