TextFileGen.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_textfilegen:
4 {
5  module_type: "TextFileGen"
6  InputFileName: "/path/to/your/input.txt" #name of file containing events in hepevt format to
7  #put into simb::MCTruth objects for use in GArSoft
8 }
9 
10 END_PROLOG