#include <preco_algo_base.hh>
Public Member Functions | |
| pulse_param () | |
| void | reset_param () |
Public Attributes | |
| double | peak |
| double | area |
| double | t_start |
| double | t_max |
| double | t_end |
Definition at line 24 of file preco_algo_base.hh.
| pulse_param::pulse_param | ( | ) | [inline] |
Definition at line 29 of file preco_algo_base.hh.
References reset_param().
00029 { 00030 reset_param(); 00031 };
| 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().
| 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().
1.4.7