Streamline cpalgs
Compare changes
@@ -6,9 +6,10 @@
Begins to address #56 (closed)
ConfigFlags.Input.isPHYSLITE
so we don't need to pass this as an argument anywhereConfigFlags.Analysis.DataType
(could maybe make this an Input
arg instead)container_names.py
containers
as an argument into CP alg configs, so that extraction of relevant container names occurs inside the CA wrappersreco10Jet
--> reco10TopoJet
truth10Jet
--> truth10TrimmedJet
truth10UFOJet
--> truth10SDJet
TruthParticles to
TruthDiHiggsParticlesto avoid in principle clash with AOD
TruthParticles`lr_jet_type = Topo|UFO
as an argument, but didn't clean this up for all the branch configuration yetRunConfig-PHYSLITE.yaml
now has those changes, and the CI uses this instead. If it is more sensible for SH4b to use a different set of options on those samples, then we can similarly define an SH4b-PHYSLITE
yaml.