Skip to content

CaloUtils: Add fast no-context retrieval in ToolWithConstants.

Scott Snyder requested to merge ssnyder/athena:noctx.CaloUtils-20200603 into master

The generic way to retrieve a constant in ToolWithConstants is to call operator() on it, passing in a Context object. Added another operator() which does not take arguments. This can be used only if the constant has been initialized from job options. (The intended use case is for the L2 trigger.)

Merge request reports