15 #ifndef CUTS_REJECT_CUT_H 16 #define CUTS_REJECT_CUT_H 1 58 #endif // CUTS_REJECT_CUT_H virtual void initialize(const datatools::properties &, datatools::service_manager &, cuts::cut_handle_dict_type &)
Initialization.
virtual ~reject_cut()
Destructor.
The cut abstract base class (interface)
Definition: i_cut.h:62
virtual void reset()
Reset.
Top-level namespace of the Bayeux/cuts module library.
Definition: accept_cut.h:21
#define CUT_REGISTRATION_INTERFACE(T)
Definition: i_cut.h:411
reject_cut(datatools::logger::priority a_logging_priority=datatools::logger::PRIO_FATAL)
Constructor.
A cut that always rejects.
Definition: reject_cut.h:24
virtual int _accept()
Selection.
std::map< std::string, cut_entry_type > cut_handle_dict_type
Alias type of a dictionary of cut entry.
Definition: cut_tools.h:175