CMS 3D CMS Logo

Public Member Functions | Private Attributes

HFShowerLibraryEventInfo Class Reference

#include <HFShowerLibraryEventInfo.h>

List of all members.

Public Member Functions

std::vector< double > energyBins () const
int eventsPerBin () const
 HFShowerLibraryEventInfo ()
 HFShowerLibraryEventInfo (int events, int bins, int eventsPerBin, float libraryVersion, float physListVersion, std::vector< double > en)
int numberOfBins () const
float physListVersion () const
float showerLibraryVersion () const
int totalEvents () const

Private Attributes

int fBins
std::vector< double > fEnergies
int fEvents
int fEventsPerBin
float fHFShowerLibVers
float fPhyListVers

Detailed Description

Definition at line 6 of file HFShowerLibraryEventInfo.h.


Constructor & Destructor Documentation

HFShowerLibraryEventInfo::HFShowerLibraryEventInfo ( ) [inline]

Definition at line 10 of file HFShowerLibraryEventInfo.h.

{ }
HFShowerLibraryEventInfo::HFShowerLibraryEventInfo ( int  events,
int  bins,
int  eventsPerBin,
float  libraryVersion,
float  physListVersion,
std::vector< double >  en 
)

Member Function Documentation

std::vector<double> HFShowerLibraryEventInfo::energyBins ( ) const [inline]

Definition at line 26 of file HFShowerLibraryEventInfo.h.

References fEnergies.

{ return fEnergies; }
int HFShowerLibraryEventInfo::eventsPerBin ( ) const [inline]

Definition at line 20 of file HFShowerLibraryEventInfo.h.

References fEventsPerBin.

{ return fEventsPerBin; }
int HFShowerLibraryEventInfo::numberOfBins ( ) const [inline]

Definition at line 18 of file HFShowerLibraryEventInfo.h.

References fBins.

{ return fBins; }
float HFShowerLibraryEventInfo::physListVersion ( ) const [inline]

Definition at line 24 of file HFShowerLibraryEventInfo.h.

References fPhyListVers.

{ return fPhyListVers; }
float HFShowerLibraryEventInfo::showerLibraryVersion ( ) const [inline]

Definition at line 22 of file HFShowerLibraryEventInfo.h.

References fHFShowerLibVers.

{ return fHFShowerLibVers; }
int HFShowerLibraryEventInfo::totalEvents ( ) const [inline]

Definition at line 16 of file HFShowerLibraryEventInfo.h.

References fEvents.

{ return fEvents; }

Member Data Documentation

Definition at line 30 of file HFShowerLibraryEventInfo.h.

Referenced by numberOfBins().

std::vector<double> HFShowerLibraryEventInfo::fEnergies [private]

Definition at line 32 of file HFShowerLibraryEventInfo.h.

Referenced by energyBins().

Definition at line 30 of file HFShowerLibraryEventInfo.h.

Referenced by totalEvents().

Definition at line 30 of file HFShowerLibraryEventInfo.h.

Referenced by eventsPerBin().

Definition at line 31 of file HFShowerLibraryEventInfo.h.

Referenced by showerLibraryVersion().

Definition at line 31 of file HFShowerLibraryEventInfo.h.

Referenced by physListVersion().