BmnRoot
Loading...
Searching...
No Matches
BmnFHCalEvent.cxx
Go to the documentation of this file.
1
8#include "BmnFHCalEvent.h"
9
11{
12 fTotalEnergy = 0.0;
13 for (auto& module : fModulesVec) {
14 module.SummarizeModule();
15 fTotalEnergy += module.GetEnergy();
16 }
17}