Software for Liquid Argon time projection chambers
LArSoft releases happen often, and code that worked fine with one version might even not work on the next.
Here is some tips on updating your code so that it’s back and rocking.
There are a few steps.
larsoft
with the qualifiers you want to use (e.g. debug
or prof
).mrbslp
.For a detailed example (from a particular project, so there is some project-specific information), look at sbndcode:Upgrade_to_LArSoft_6
If you’re unsure what a breaking change is, read the description of breaking changes
To help in fixing, there is important information in the Breaking Changes wiki page.