Defines AddCutFunctor utility class. More...
#include <string>#include <map>#include <iostream>Go to the source code of this file.
Classes | |
| class | AddCutFunctor |
| Utility class to dynamically add cuts to modules from a config file. More... | |
| class | AddCutFunctor::VCut |
| Abstract cut class to be stored in STL containers. More... | |
| class | AddCutFunctor::CutRegistrar< T > |
| Template class that registers a specific cut of type T. More... | |
Defines | |
| #define | REGISTER_CUT(cut) AddCutFunctor::CutRegistrar<cut> ___registrar___cut; |
| Macro definition to register a new cut. | |
Defines AddCutFunctor utility class.
Definition in file AddCutFunctor.hh.
1.6.1