DUNE / rock_propagation

Code to propagate GENIE reaction products in GEANT and then stuff them back into a GENIE record when they cross a particular boundary. This code is useful for simulating rock events in DUNE.
0 stars 1 forks source link

Output file format #3

Closed quantatanu closed 4 years ago

quantatanu commented 4 years ago

Hi,

I have a few questions:

  1. gNtpConvDUNE.cxx line # 2885 if( parser.OptionExists('f') ) and -i specifies the input file path, but according to the instructions runRockPropagation takes input file name through -f. How do we specify the output file format then?

  2. Also, gNtpConvDUNE.cxx says that for for RooTracker output, -t must be passed too in order to avoid segfault, do we need this also for t2k_rootracker?

Thanks

quantatanu commented 4 years ago

Or, I think "gNtpConvDUNE.cxx" is just a separate converter.

kordosky commented 4 years ago

gNtpConvDUNE.cxx makes a version of the GENIE gntpc with a small modification to greatly increase the size of the static arrays in the output.

quantatanu commented 4 years ago

Thanks