Closed PetrilloAtWork closed 3 years ago
I'm adding CI_VALIDATION_ICARUS
workflow in a bit.
For ICARUS CI Validation, it is enough as starting point to build icaruscode icarusutil sbnci
, similarly to how we do for SBND, or there is the need to build also other ICARUS related repos?
Relevant for physics are also icarusalg
and icarus_signal_processing
(I hope I got the name right).
This branch builds upon the modules by @fjnicolas in pull request #29. It includes:
sim::SimPhotons
(ICARUS current favourite) tosim::SimPhotonsLite
(which @fjnicolas job works on)ICARUS
: please check that the stuff I added is in the desired locationThe only testing I did was to verify that a couple of branches in the tree is actually filled with numbers. It is!! End of test. The input file was from a "reco2" simulation file from a recent ICARUS production.
Also note running the configurations in here requires FHiCL configurations (geometry and detector clock services, mainly) which are in
icaruscode
. The currentdevelop
branch will not set upicaruscode
(it requires a version thaticaruscode
never had or will have), so I resorted to replacing that version (v09_32_00
) with a suitable one (v09_32_01_01
) in theups/product_deps
file.