Update ECAL training sample configuration
This MR is an update of the configuration needed to produce a training sample for ECAL (first introduced here) with the following changes
-
Remove the monitoring algorithm as it is in fact a tuple writer and is no longer needed if we want just the sim file to be produced.
-
I was only able to add
EcalCollector
hits toGaussTape
withappendPostConfigAction
. I have tested this by trying to list the contents of/Event/MC/EcalCollector
in Boole using the sim file produced with this configuration. The reason why this only works withappendPostConfigAction
is because theItemList
property is flushed inSimConf
(see here). We can either go with this or change Gauss/LHCb configuration, but this needs a release unless there is some other smarter way of doing this.