Skip to content
Snippets Groups Projects
Commit 2140a5c6 authored by Andre Sailer's avatar Andre Sailer
Browse files

LCIO: fix typo

parent 661d5974
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ namespace dd4hep {
lc_hit->setCellID0((hit->cellID >> 0 ) & 0xFFFFFFFF);
lc_hit->setCellID1((hit->cellID >> sizeof(int)*8) & 0xFFFFFFFF); // ????
lc_hit->setPosition(pos);
///No! Done when adding particle contrbutions: lc_hit->setEnergy( hit->energyDeposit );
///No! Done when adding particle contributions: lc_hit->setEnergy( hit->energyDeposit );
lc_coll->addElement(lc_hit);
/// Now add the individual track contributions to the LCIO hit structure
for(Contributions::const_iterator j=hit->truth.begin(); j!=hit->truth.end(); ++j) {
......
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