Base class representing a cut to check whether a module should run. More...
#include <ChanFitSettings.hh>
Public Member Functions | |
| ChanFitSettings (const std::string &chan="0", const std::string helptext="") | |
| Constructor takes name of the cut. | |
| virtual | ~ChanFitSettings () |
| Destructor. | |
| std::string | GetName () |
| Evaluate the entire event to determine if it should pass. | |
Public Attributes | |
| double | constant_start_value |
| double | constant_min_bound |
| double | constant_max_bound |
| double | lambda_start_value |
| double | lambda_min_bound |
| double | lambda_max_bound |
| double | mean_start_value |
| double | mean_min_bound |
| double | mean_max_bound |
| double | sigma_start_value |
| double | sigma_min_bound |
| double | sigma_max_bound |
| double | amp_E_start_value |
| double | amp_E_min_bound |
| double | amp_E_max_bound |
| double | p_E_start_value |
| double | p_E_min_bound |
| double | p_E_max_bound |
| double | shotnoise_start_value |
| double | shotnoise_min_bound |
| double | shotnoise_max_bound |
| double | pedmean_start_value |
| double | pedmean_min_bound |
| double | pedmean_max_bound |
| double | range_min |
| double | range_max |
| double | pedrange_min |
| double | pedrange_max |
Private Attributes | |
| std::string | _chan |
| The name of the cut for config files. | |
Base class representing a cut to check whether a module should run.
Definition at line 21 of file ChanFitSettings.hh.
1.6.1