Skip to content
Snippets Groups Projects
Commit 08649207 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'manual_swip_!33185_21.3' into '21.3'

Fix precision of cell energy (ATLASSIM-4584)

See merge request !33782
parents 267bbe9b 2718ec65
14 merge requests!46457Draft: Adding the tools to run over data,!46454Draft: Adding the tools to be able to run over data,!44869Draft: Update to candidate store,!4217921.9-first_steps-InDetTrackingGeometryXML,!39162Draft: Insert BCM' support,!38765Bis78 cabling,!36893Fix size of RPC active region in BIS78 and strip material,!3645821.9: Improving material map description (ATLITKSW-127),!36293WIP pixel updates,!35241Merge 21.3.22 into 21.9,!34993KF-input adding jXERHO to the AOD outputs,!34763Fix L1_4jJ15.0ETA25 item definition (ATR-21261),!33996WIP: Correct MM zpositions,!33782Fix precision of cell energy (ATLASSIM-4584)
......@@ -21,7 +21,7 @@ TFCSEnergyRenormalization::~TFCSEnergyRenormalization()
FCSReturnCode TFCSEnergyRenormalization::simulate(TFCSSimulationState& simulstate,const TFCSTruthState* /*truth*/, const TFCSExtrapolationState* /*extrapol*/) const
{
std::vector< float > energies(CaloCell_ID_FCS::MaxSample,0);
std::vector< double > energies(CaloCell_ID_FCS::MaxSample,0);
//Loop over all cells and sum up energies
for(const auto& iter : simulstate.cells()) {
......
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