Possibility to more easily use the UniqueIDGenSvc
with Functional algorithms
#268
Labels
enhancement
New feature or request
UniqueIDGenSvc
with Functional algorithms
#268
Currently our
UniqueIDGenSvc
is already working with the Functional algorithms, but it requires a bit of setup to get there. I think in some cases this also makes it necessary to change the flavor of the functional, e.g. (as will become apparent soon), it's not possible to have aProducer
, instead one would need aTransformer
.What is possible at the moment is this
I am wondering if it's possible to make this a bit cleaner, i.e. such that
getUniqueID()
could be done without arguments in which case it would just get the event and run number from somewhere (potentially another service?).The text was updated successfully, but these errors were encountered: