Skip to content
Snippets Groups Projects
Commit 8c10d27b authored by Savannah Rose Shively's avatar Savannah Rose Shively
Browse files

fill histo

parent 35503c92
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,15 @@ StatusCode SimHitAlg::execute()
}
}
if (h_preshowerHits->size()!=0){
for (const ScintHit& hit : *h_preshowerHits)
{
m_hist->Fill(hit.energyLoss());
m_plate->Fill(hit.getStation(),hit.getPlate());
}
}
......
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