Skip to content
Snippets Groups Projects
Commit c74ae432 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: HadronicCalDigi.cpp

parent 21070413
No related branches found
No related tags found
1 merge request!2Added HadronicCalDigi
......@@ -74,7 +74,7 @@ namespace Jug {
double aterm = m_gaussDist_a()*sqrtE;
double bterm = ahit.energyDeposit()*m_gaussDist_b();
// here 1000 is arbitrary scale factor
eic::RawCalorimeterHit rawhit((long long)ahit.cellID(), (ljong long)ahit.cellID(),
eic::RawCalorimeterHit rawhit((long long)ahit.cellID(), (long long)ahit.cellID(),
(long long)(ahit.energyDeposit() +aterm + bterm) * 1000, 0);
rawhits->push_back(rawhit);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment