00001 //----------------------------------------------------------- 00002 // Copyright Christian Arnault LAL-Orsay CNRS 00003 // arnault@lal.in2p3.fr 00004 // See the complete license in cmt_license.txt "http://www.cecill.info". 00005 //----------------------------------------------------------- 00006 00007 #ifndef __cmt_triggers_h__ 00008 #define __cmt_triggers_h__ 00009 00010 #include "cmt_std.h" 00011 #include "cmt_string.h" 00012 00013 class TriggerGenerator 00014 { 00015 public: 00016 static void run (const cmt_string& constituent_name); 00017 }; 00018 00019 #endif