#include <CastorShowerLibraryInfo.h>
Public Member Functions | |
void | Clear (Option_t *option="") override |
double | getBin (int i) |
std::vector< double > & | getBin () |
unsigned int | getNBins () |
unsigned int | getNEvtPerBin () |
unsigned int | getNEvts () |
void | setBin (double val) |
void | setBin (const std::vector< double > &b) |
void | setNBins (unsigned int n) |
void | setNEvtPerBin (unsigned int n) |
void | setNEvts (unsigned int n) |
SLBin () | |
~SLBin () override | |
Private Member Functions | |
ClassDefOverride (SLBin, 2) | |
Private Attributes | |
std::vector< double > | Bins |
unsigned int | NBins |
unsigned int | NEvtPerBin |
unsigned int | NEvts |
Definition at line 12 of file CastorShowerLibraryInfo.h.
|
inline |
Definition at line 14 of file CastorShowerLibraryInfo.h.
|
inlineoverride |
Definition at line 15 of file CastorShowerLibraryInfo.h.
|
private |
|
inlineoverride |
Definition at line 17 of file CastorShowerLibraryInfo.h.
References Bins, NBins, NEvtPerBin, and NEvts.
Referenced by CastorShowerLibraryInfo::Clear().
|
inline |
Definition at line 30 of file CastorShowerLibraryInfo.h.
References Bins.
Referenced by CastorShowerLibrary::loadEventInfo().
|
inline |
Definition at line 31 of file CastorShowerLibraryInfo.h.
|
inline |
Definition at line 28 of file CastorShowerLibraryInfo.h.
References NBins.
Referenced by CastorShowerLibrary::loadEventInfo().
|
inline |
Definition at line 29 of file CastorShowerLibraryInfo.h.
References NEvtPerBin.
Referenced by CastorShowerLibrary::loadEventInfo().
|
inline |
Definition at line 27 of file CastorShowerLibraryInfo.h.
References NEvts.
Referenced by CastorShowerLibrary::loadEventInfo().
|
inline |
Definition at line 24 of file CastorShowerLibraryInfo.h.
References Bins.
Referenced by CastorShowerLibraryMaker::InitSLHolder(), and CastorShowerLibraryMaker::update().
|
inline |
Definition at line 25 of file CastorShowerLibraryInfo.h.
|
inline |
Definition at line 22 of file CastorShowerLibraryInfo.h.
Referenced by CastorShowerLibraryMaker::InitSLHolder(), and CastorShowerLibraryMaker::update().
|
inline |
Definition at line 23 of file CastorShowerLibraryInfo.h.
References gen::n, and NEvtPerBin.
Referenced by CastorShowerLibraryMaker::InitSLHolder(), and CastorShowerLibraryMaker::update().
|
inline |
Definition at line 21 of file CastorShowerLibraryInfo.h.
Referenced by CastorShowerLibraryMaker::InitSLHolder(), and CastorShowerLibraryMaker::update().
|
private |
Definition at line 37 of file CastorShowerLibraryInfo.h.
|
private |
Definition at line 35 of file CastorShowerLibraryInfo.h.
Referenced by Clear(), getNBins(), and setNBins().
|
private |
Definition at line 36 of file CastorShowerLibraryInfo.h.
Referenced by Clear(), getNEvtPerBin(), and setNEvtPerBin().
|
private |
Definition at line 31 of file CastorShowerLibraryInfo.h.
Referenced by Clear(), getNEvts(), and setNEvts().