| Rev | Line | |
|---|
| [1] | 1 | //-----------------------------------------------------------
|
|---|
| 2 | // Copyright Christian Arnault LAL-Orsay CNRS
|
|---|
| 3 | // arnault@lal.in2p3.fr
|
|---|
| 4 | // See the complete license in cmt_license.txt "http://www.cecill.info".
|
|---|
| 5 | //-----------------------------------------------------------
|
|---|
| 6 |
|
|---|
| 7 | #ifndef __cmt_triggers_h__
|
|---|
| 8 | #define __cmt_triggers_h__
|
|---|
| 9 |
|
|---|
| 10 | #include "cmt_std.h"
|
|---|
| 11 | #include "cmt_string.h"
|
|---|
| 12 |
|
|---|
| 13 | class TriggerGenerator
|
|---|
| 14 | {
|
|---|
| 15 | public:
|
|---|
| 16 | static void run (const cmt_string& constituent_name);
|
|---|
| 17 | };
|
|---|
| 18 |
|
|---|
| 19 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.