NEMO3 cut database. More...
#include <i_ana_event_cut.h>
Public Member Functions | |
| cut_db (bool=false) | |
| constructor | |
| virtual | ~cut_db () |
| destructor | |
| const cut_creator_dict_t & | get_dict () const |
| returns the const reference to dictionary of the cut | |
| cut_creator_dict_t & | get_dict () |
| returns the reference to dictionary of the cut | |
| bool | has_cut (const std::string &cut_id_) const |
| returns true if the cut cut_id_ is in the dictionary | |
| cut_creator_t & | get_cut (const std::string &cut_id_) |
| returns the reference to the cut cut_id_ | |
| void | register_cut (cut_creator_t, const std::string &cut_id_) |
| adds the cut cut_id_ in the dictionary | |
| void | dump_cuts (std::ostream &out_=std::clog) |
| shows all the cuts present in the dictionary | |
Private Attributes | |
| cut_creator_dict_t | __dict |
NEMO3 cut database.
1.8.0