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

Modularize build structure #22

Open andrewmogan opened 1 year ago

andrewmogan commented 1 year ago

The current build structure requires many dependencies that may not be relevant for every single user. We want a build structure where, for example, someone working with ND-LAr ML reco doesn't need to build with SAND dependencies. This will remove a major barrier to entry in CAF making and analysis. Requires cmake expertise.