CMS 3D CMS Logo

HFShowerLibraryEventInfo.cc
Go to the documentation of this file.
2 
4  int events, int bins, int eventsPerBin, float libraryVersion, float physListVersion, const std::vector<double>& en)
5  : fEvents(events),
6  fBins(bins),
7  fEventsPerBin(eventsPerBin),
8  fHFShowerLibVers(libraryVersion),
9  fPhyListVers(physListVersion),
10  fEnergies(en) {}