Skip to content

CaloEvent: CaloBCIDAverage::average should check Identifier validity.

Scott Snyder requested to merge ssnyder/athena:idvalid.CaloEvent-20190411 into master

CaloBCIDAverage::average should check that the input Indentifier is valid, and return a dummy value if not. Otherwise, we would trip an assertion further on. Needed in order to change TrigT2CaloCommon to use the conditions algorithm.

Merge request reports