nuance_argoneut.fcl
Go to the documentation of this file.
1 #include "nuance.fcl"
2 
3 BEGIN_PROLOG
4 
5 argoneut_nuance:
6 {
7  module_type: "NUANCEGen"
8  NuanceFile: "/argoneut/app/users/saima/NuanceFiles/nuance_100events.txt"
9 }
10 
11 argoneut_nuance_batch:
12 {
13  module_type: "NUANCEGen"
14  NuanceFile: "./nuance_events.txt"
15 }
16 
17 END_PROLOG