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

TrigT1CaloSim: Clean up CPMSim and RoIROD.

- Use handles to access/write data.
- Remove use of old EventInfo.
- Make const + reentrant.
- Use unique_ptr to track allocated data.

Also, CPMSim and RoIROD were both producing output with the same SG keys.
Previously, data were recorded using overwrite(), so the data produced
by CPMSim, which was scheduled first, were overwritten by that produced
by RoIROD.  Since i can't find anything that runs between them that
reads this data object, i'm just commenting out the code in CPMSim
that produces it.

Also remove referenes to old EventInfo from TriggerTowerMaker
and Run2TriggerTowerMaker.
parent 2546250b
No related branches found
No related tags found
Loading
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