TriggerDevelopment: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
==Run the Trigger executable in the Offline== | ==Run the Trigger executable in the Offline== | ||
The best way to run Trigger jobs is to generate your own fcl file using the script [[GenerateTriggerFcl]]. Our current best example of the full Trigger menu is | The best way to run Trigger jobs is to generate your own fcl file using the script [[GenerateTriggerFcl]]. Our current best example of the full Trigger menu is implemented in the fcl <code>Trigger/fcl/runGlobalTrigger.fcl</code>. | ||
==Run the Trigger executable in the online== | ==Run the Trigger executable in the online== | ||
==What to do for creating an additional trigger path== | ==What to do for creating an additional trigger path== |
Revision as of 03:49, 25 November 2018
Intro
In this page we present our current set of tools you can use to test the Trigger executable in the offline and online environments. We also provide some guidance the user should look at if he/she wants to develop a Filter module for the Trigger Menu.
Run the Trigger executable in the Offline
The best way to run Trigger jobs is to generate your own fcl file using the script GenerateTriggerFcl. Our current best example of the full Trigger menu is implemented in the fcl Trigger/fcl/runGlobalTrigger.fcl
.