|
void | set_EH_label (const std::string &EH_label_) |
| Set the 'Event header' bank label/name. More...
|
|
const std::string & | get_EH_label () const |
| Return the 'Event header' bank label/name. More...
|
|
uint32_t | get_mode () const |
| Return the cut mode. More...
|
|
bool | is_mode_flag () const |
| Check mode FLAG: More...
|
|
bool | is_mode_run_number () const |
| Check mode RUN_NUMBER: More...
|
|
bool | is_mode_event_number () const |
| Check mode EVENT_NUMBER: More...
|
|
bool | is_mode_list_of_event_ids () const |
| Check mode LIST_OF_EVENT_IDS: More...
|
|
void | set_flag_name (const std::string &flag_name_) |
|
const std::string & | get_flag_name () const |
|
void | set_run_number_min (int run_number_min_) |
|
void | set_run_number_max (int run_number_max_) |
|
void | set_event_number_min (int event_number_min_) |
|
void | set_event_number_max (int event_number_max_) |
|
void | list_of_event_ids_dump (std::ostream &out_=std::clog) const |
|
void | list_of_event_ids_load (const std::string &filename_) |
|
| event_header_cut (datatools::logger::priority logging_priority_=datatools::logger::PRIO_FATAL) |
| Constructor. More...
|
|
virtual | ~event_header_cut () |
| Destructor. More...
|
|
virtual void | initialize (const datatools::properties &configuration_, datatools::service_manager &service_manager_, cuts::cut_handle_dict_type &cut_dict_) |
| Initilization. More...
|
|
virtual void | reset () |
| Reset. More...
|
|
bool | is_debug () const |
|
bool | has_name () const |
|
void | set_name (const std::string &a_name) |
|
const std::string & | get_name () const |
|
bool | has_description () const |
|
const std::string & | get_description () const |
|
void | set_description (const std::string &a_description) |
|
bool | has_version () const |
|
const std::string & | get_version () const |
|
void | set_version (const std::string &a_version) |
|
bool | is_initialized () const |
|
bool | has_user_data () const |
|
void | set_user_data (const T &obj_) |
|
bool | is_user_data () const |
|
const T & | get_user_data () const |
|
void | register_supported_user_data_type () |
|
void | unregister_supported_user_data_type () |
|
bool | is_user_data_type_supported () const |
|
bool | is_user_data_type_supported (const std::type_info &tinfo_) const |
|
void | reset_user_data () |
|
virtual void | initialize_simple () |
|
virtual void | initialize_standalone (const datatools::properties &a_config) |
|
virtual void | initialize_with_service_only (const datatools::properties &a_config, datatools::service_manager &a_service_manager) |
|
virtual void | initialize_without_service (const datatools::properties &a_config, cut_handle_dict_type &a_cut_dictionary) |
|
virtual void | export_to_config (datatools::properties &config_, uint32_t flags_=EXPORT_CONFIG_DEFAULT, const std::string &prefix_="") const |
|
virtual int | process () |
|
int | operator() () |
|
| i_cut (datatools::logger::priority p=datatools::logger::PRIO_FATAL) |
|
virtual | ~i_cut () |
|
virtual void | tree_dump (std::ostream &a_out=std::clog, const std::string &a_title="", const std::string &a_indent="", bool a_inherit=false) const |
|
void | print (std::ostream &a_out=std::clog) const |
|
void | set_logging_priority (datatools::logger::priority p) |
|
datatools::logger::priority | get_logging_priority () const |
|
size_t | get_number_of_accepted_entries () const |
|
size_t | get_number_of_rejected_entries () const |
|
size_t | get_number_of_processed_entries () const |
|
void | reset_counters () |
|
bool | is_activated_counters () const |
|
void | set_activated_counters (bool) |
|
virtual std::string | get_type_id () const=0 |
|
| i_tree_dumpable () |
|
virtual | ~i_tree_dumpable () |
|
virtual void | print_tree (std::ostream &out_=std::clog, const boost::property_tree::ptree &options_=empty_options()) const |
|
void | print_tree_json (std::ostream &out_=std::clog, const std::string &json_options_="") const |
|
void | print_tree_json (std::ostream &out_=std::clog, const char *json_options_=nullptr) const |
|
void | tree_dump_id (const int out_type_=OSTREAM_CLOG, const std::string &title_="", const std::string &indent_="", const bool inherit_=false) const |
|
void | tree_print_id (const int out_type_=OSTREAM_CLOG, const std::string &title_="") const |
|
void | smart_print_id (const int out_type_=OSTREAM_CLOG, const std::string &title_="", const std::string &indent_="") const |
|