#include <Phase1PixelMaps.h>
Public Member Functions | |
void | beautifyAllHistograms () |
void | bookBarrelBins (const std::string ¤tHistoName) |
void | bookBarrelHistograms (const std::string ¤tHistoName, const char *what, const char *zaxis) |
void | bookForwardBins (const std::string ¤tHistoName) |
void | bookForwardHistograms (const std::string ¤tHistoName, const char *what, const char *zaxis) |
void | DrawBarrelMaps (const std::string ¤tHistoName, TCanvas &canvas) |
void | DrawForwardMaps (const std::string ¤tHistoName, TCanvas &canvas) |
template<typename type > | |
void | fillBarrelBin (const std::string ¤tHistoName, unsigned int id, type value) |
template<typename type > | |
void | fillForwardBin (const std::string ¤tHistoName, unsigned int id, type value) |
Phase1PixelMaps (const char *option) | |
void | rescaleAllBarrel (const std::string ¤tHistoName) |
void | rescaleAllForward (const std::string ¤tHistoName) |
~Phase1PixelMaps () | |
Private Attributes | |
std::map< uint32_t, std::shared_ptr< TGraph > > | bins |
std::map< uint32_t, std::shared_ptr< TGraph > > | binsSummary |
std::vector< edm::FileInPath > | m_cornersBPIX |
std::vector< edm::FileInPath > | m_cornersFPIX |
Option_t * | m_option |
TrackerTopology | m_trackerTopo |
std::map< std::string, std::vector< std::shared_ptr< TH2Poly > > > | pxbTh2PolyBarrel |
std::map< std::string, std::shared_ptr< TH2Poly > > | pxbTh2PolyBarrelSummary |
std::map< std::string, std::vector< std::shared_ptr< TH2Poly > > > | pxfTh2PolyForward |
std::map< std::string, std::shared_ptr< TH2Poly > > | pxfTh2PolyForwardSummary |
Definition at line 11 of file Phase1PixelMaps.h.
|
inline |
Definition at line 13 of file Phase1PixelMaps.h.
References fileinputsource_cfi::option.
|
inline |
Definition at line 28 of file Phase1PixelMaps.h.
|
inline |
Definition at line 205 of file Phase1PixelMaps.h.
References SiPixelPI::makeNicePlotStyle(), plotFactory::plot, pxbTh2PolyBarrel, and pxfTh2PolyForward.
|
inline |
Definition at line 103 of file Phase1PixelMaps.h.
References bins, binsSummary, mps_splice::entry, f, dqmMemoryStats::float, triggerObjects_cff::id, dqmdumpme::k, PVValHelper::ladder, m_cornersBPIX, m_trackerTopo, PixelSubdetector::PixelBarrel, TrackerTopology::pxbLadder(), TrackerTopology::pxbLayer(), pxbTh2PolyBarrel, pxbTh2PolyBarrelSummary, and SiPixelPI::retrieveCorners().
|
inline |
Definition at line 31 of file Phase1PixelMaps.h.
References mps_fire::i, m_option, pxbTh2PolyBarrel, pxbTh2PolyBarrelSummary, AlCaHLTBitMon_QueryRunRegistry::string, and LaserClient_cfi::zaxis.
|
inline |
Definition at line 139 of file Phase1PixelMaps.h.
References bins, binsSummary, mps_splice::entry, f, dqmMemoryStats::float, triggerObjects_cff::id, dqmdumpme::k, m_cornersFPIX, m_trackerTopo, PixelSubdetector::PixelEndcap, TrackerTopology::pxfDisk(), TrackerTopology::pxfSide(), pxfTh2PolyForward, pxfTh2PolyForwardSummary, and SiPixelPI::retrieveCorners().
|
inline |
Definition at line 67 of file Phase1PixelMaps.h.
References m_option, pxfTh2PolyForward, pxfTh2PolyForwardSummary, AlCaHLTBitMon_QueryRunRegistry::string, and LaserClient_cfi::zaxis.
|
inline |
Definition at line 270 of file Phase1PixelMaps.h.
References SiPixelPI::adjustCanvasMargins(), svgfig::canvas(), mps_fire::i, m_option, pxbTh2PolyBarrel, and rescaleAllBarrel().
|
inline |
Definition at line 286 of file Phase1PixelMaps.h.
References SiPixelPI::adjustCanvasMargins(), svgfig::canvas(), mps_fire::i, m_option, pxfTh2PolyForward, and rescaleAllForward().
|
inline |
Definition at line 178 of file Phase1PixelMaps.h.
References m_trackerTopo, PixelSubdetector::PixelBarrel, TrackerTopology::pxbLayer(), and pxbTh2PolyBarrel.
|
inline |
Definition at line 191 of file Phase1PixelMaps.h.
References m_trackerTopo, PixelSubdetector::PixelEndcap, TrackerTopology::pxfDisk(), TrackerTopology::pxfSide(), and pxfTh2PolyForward.
|
inline |
Definition at line 228 of file Phase1PixelMaps.h.
References begin, end, timingPdfMaker::histo, pxbTh2PolyBarrel, and HcalDetIdTransform::transform().
Referenced by DrawBarrelMaps().
|
inline |
Definition at line 249 of file Phase1PixelMaps.h.
References begin, end, timingPdfMaker::histo, pxfTh2PolyForward, and HcalDetIdTransform::transform().
Referenced by DrawForwardMaps().
|
private |
Definition at line 305 of file Phase1PixelMaps.h.
Referenced by bookBarrelBins(), and bookForwardBins().
|
private |
Definition at line 305 of file Phase1PixelMaps.h.
Referenced by bookBarrelBins(), and bookForwardBins().
|
private |
Definition at line 311 of file Phase1PixelMaps.h.
Referenced by bookBarrelBins().
|
private |
Definition at line 312 of file Phase1PixelMaps.h.
Referenced by bookForwardBins().
|
private |
Definition at line 302 of file Phase1PixelMaps.h.
Referenced by bookBarrelHistograms(), bookForwardHistograms(), DrawBarrelMaps(), and DrawForwardMaps().
|
private |
Definition at line 303 of file Phase1PixelMaps.h.
Referenced by bookBarrelBins(), bookForwardBins(), fillBarrelBin(), and fillForwardBin().
|
private |
Definition at line 306 of file Phase1PixelMaps.h.
Referenced by beautifyAllHistograms(), bookBarrelBins(), bookBarrelHistograms(), DrawBarrelMaps(), fillBarrelBin(), and rescaleAllBarrel().
|
private |
Definition at line 307 of file Phase1PixelMaps.h.
Referenced by bookBarrelBins(), and bookBarrelHistograms().
|
private |
Definition at line 308 of file Phase1PixelMaps.h.
Referenced by beautifyAllHistograms(), bookForwardBins(), bookForwardHistograms(), DrawForwardMaps(), fillForwardBin(), and rescaleAllForward().
|
private |
Definition at line 309 of file Phase1PixelMaps.h.
Referenced by bookForwardBins(), and bookForwardHistograms().