Cut to pass an event based on the total number of 'pulses' detected. More...
#include <CheckNPulses.hh>
Public Member Functions | |
| bool | ProcessChannel (ChannelData *chdata) |
| Evaluate a single channel to determine if it should pass. | |
| int | AddDependenciesToModule (BaseModule *mod) |
| Cuts should make sure that they include any modules they depend on. | |
Static Public Member Functions | |
| static std::string | GetCutName () |
Private Attributes | |
| int | min_pulses |
| minimum number of pulses allowed to pass | |
| int | max_pulses |
| maximum number of pulses allowed to pass | |
Cut to pass an event based on the total number of 'pulses' detected.
Definition at line 16 of file CheckNPulses.hh.
1.6.1