Feature #1817
Remove hard-coded NuMISpillLabel in Cana since there are BNB spills also
100%
Description
Currently NuMISpillLabel is hard-coded in Cana.cxx. Make this a configurable label and call it the more generic SpillLabel since the label can be one of two options: "NuMISpillInfo" or "BNBInfo".
Label would need adding to Cana.fcl. Probably make two job streams, standard_cana - NuMI spills or bnb_cana - BNB spills
This should NOT be done until just before tagging the next release to avoid any issues working with existing processed files.
History
#1 Updated by Gavin Davies about 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done! Removed hard-coded NuMISpillLabel and replace with SpillLabel since there are BNB spills also. Make NuMISpillInfo the default in standard_cana job and make a bnb_cana job stream with spill info from BNBInfo.
canajob.fcl is the default NuMI spill info job and the canabnbjob.fcl is run for bnb spill info input.
#2 Updated by Gavin Davies about 9 years ago
- Status changed from Resolved to Closed