//----------------------------------------------------------- // Copyright Christian Arnault LAL-Orsay CNRS // arnault@lal.in2p3.fr // See the complete license in cmt_license.txt "http://www.cecill.info". //----------------------------------------------------------- #ifndef __cmt_triggers_h__ #define __cmt_triggers_h__ #include "cmt_std.h" #include "cmt_string.h" class TriggerGenerator { public: static void run (const cmt_string& constituent_name); }; #endif