All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Public Member Functions | Private Attributes
nemo3::i_ana_event_cut::cut_db Class Reference

NEMO3 cut database. More...

#include <i_ana_event_cut.h>

List of all members.

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

Detailed Description

NEMO3 cut database.


The documentation for this class was generated from the following file: