DUNE / ND_CAFMaker

Code for making CAFs from ND inputs (whether 2x2+MINERvA prototype or full ND simulation)
Apache License 2.0
1 stars 11 forks source link

load GENIE files lazily #37

Open chenel opened 11 months ago

chenel commented 11 months ago

Files provided via the GHEPFiles config setting shouldn't be opened unequivocally---they should be opened lazily when their run number is needed by a true interaction seen in pass-through. That will help both startup time and also memory usage, and facilitate passing a list of all the runs that might be needed without incurring any extra overhead.