| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Algorithm which makes debug histograms for Cells
Field Summary | |
private IHistogram1D * | m_h_etacell cell eta histogram |
private IHistogram1D * | m_h_etadiff dEta histogram |
private IHistogram1D * | m_h_etadiff_Bar barrel dEta histogram |
private IHistogram1D * | m_h_etadiff_negEC negative endcap dEta histogram |
private IHistogram1D * | m_h_etadiff_posEC positive endcap dEta histogram |
private IHistogram1D * | m_h_etapart particle eta histogram |
private IHistogram1D * | m_h_phicell cell phi histogram |
private IHistogram1D * | m_h_phidiff_Bar barrel dPhi histogram |
private IHistogram1D * | m_h_phidiff_negEC negative endcap dPhi histogram |
private IHistogram1D * | m_h_phidiff_posEC positive endcap dPhi histogram |
private IHistogram1D * | m_h_phipart particle phi histogram |
private int | m_histStart histogram numbers, start at ... |
private std::string | m_histTitle prefix for histogram titles |
private std::string | m_inputLocation TES location of entities for histogramming |
private std::string | m_mcTruthLocation TES location of entities for histogramming |
private int | m_nHist current histogram count |
private int | m_particleType particle type to look at |
Constructor Summary | |
CellHistogramMaker2(const std::string & name, ISvcLocator * pSvcLocator) Standard Athena-Algorithm constructor |
Destructor Summary | |
~CellHistogramMaker2() Default Destructor |
Method Summary | |
private void | book(std::vector Books histograms using Athena's histogram service. |
StatusCode | execute() standard Athena-Algorithm method |
private void | fill(std::vector Fills histograms with Cell attributes. |
StatusCode | finalize() standard Athena-Algorithm method |
StatusCode | initialize() standard Athena-Algorithm method |
private void | sbook(const std::string title, const int nbins, const double xmin, double xmax) Books histograms using Athena's histogram service. |
private void | sfill(const double rec) Fills histograms with Cell attributes. |
Field Detail |
private IHistogram1D * m_h_etacell
private IHistogram1D * m_h_etadiff
private IHistogram1D * m_h_etadiff_Bar
private IHistogram1D * m_h_etadiff_negEC
private IHistogram1D * m_h_etadiff_posEC
private IHistogram1D * m_h_etapart
private IHistogram1D * m_h_phicell
private IHistogram1D * m_h_phidiff_Bar
private IHistogram1D * m_h_phidiff_negEC
private IHistogram1D * m_h_phidiff_posEC
private IHistogram1D * m_h_phipart
private int m_histStart
private std::string m_histTitle
private std::string m_inputLocation
private std::string m_mcTruthLocation
private int m_nHist
private int m_particleType
Constructor Detail |
public CellHistogramMaker2(const std::string & name, ISvcLocator * pSvcLocator)
Method Detail |
public ~CellHistogramMaker2()
Method Detail |
private void book(std::vector& start, const std::string title, const int nbins, const double xmin, double xmax)
public StatusCode execute()
private void fill(std::vector& start, const double rec, const double tru)
public StatusCode finalize()
public StatusCode initialize()
private void sbook(const std::string title, const int nbins, const double xmin, double xmax)
private void sfill(const double rec)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |