CMS 3D CMS Logo

HFShowerLibraryEventInfo.cc

Go to the documentation of this file.
00001 #include "SimDataFormats/CaloHit/interface/HFShowerLibraryEventInfo.h"
00002 
00003 HFShowerLibraryEventInfo::HFShowerLibraryEventInfo(int events, int bins, 
00004                                                    int eventsPerBin,
00005                                                    float libraryVersion,
00006                                                    float physListVersion, 
00007                                                    std::vector<double> en) :
00008   fEvents(events), fBins(bins), fEventsPerBin(eventsPerBin),
00009   fHFShowerLibVers(libraryVersion), fPhyListVers(physListVersion), 
00010   fEnergies(en) {}

Generated on Tue Jun 9 17:46:31 2009 for CMSSW by  doxygen 1.5.4