Skip to content
Snippets Groups Projects
Commit 0fbc05de authored by scott snyder's avatar scott snyder
Browse files

TrigT1CaloMappingTools: Make mapping methods const.

Declare IL1CaloMappingTool::mapping() as const.
Also update tools to use extends<>.

Further notes:

PpmCoolMappingTool relies on a BeginRun incident, and so is not thread-safe.
It should work as long as the run doesn't actually change during processing,
but fixing things for the general case will need further work.

PpmCoolOrBuiltinMappingTool should work, but it really should determine
its configuration during initialize() rather than during event processing.

Removed caching in PpmMappingTool.  Instead, restructure to use
arrays rather than std::map.
parent 150f7616
No related branches found
No related tags found
Loading
Showing
with 209 additions and 322 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment