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

Eliminate old-style CAFMaker dependencies & options #44

Open chenel opened 10 months ago

chenel commented 10 months ago

The CAFMaker used to depend on products like edep-sim in order to support the parameterized reco. Parameterized reco is now gone, so we can remove dependencies from the setup and build scripts:

The Params.h also needs a sprucing-up to remove all the parameterized reco stuff.

It won't take long to delete all this stuff, but maybe a bit longer to test it's all still working afterwards...