#include <PlotRecHits.h>
Public Member Functions | |
PlotRecHits (const edm::EventSetup &es, std::ofstream &file_) | |
void | printPixelRecHit (const SiPixelRecHit *recHit) |
void | printRecHits (const edm::Event &ev) |
void | printStripRecHit (const SiStripRecHit2D *recHit) |
~PlotRecHits () | |
Private Member Functions | |
void | printPixelRecHits (const edm::Event &ev) |
void | printStripRecHits (const edm::Event &ev) |
Private Attributes | |
std::ofstream & | file |
const TrackerGeometry * | theTracker |
Definition at line 11 of file PlotRecHits.h.
|
explicit |
Definition at line 21 of file PlotRecHits.cc.
References edm::EventSetup::get(), and edm::ESHandle< class >::product().
PlotRecHits::~PlotRecHits | ( | ) |
Definition at line 30 of file PlotRecHits.cc.
void PlotRecHits::printPixelRecHit | ( | const SiPixelRecHit * | recHit | ) |
Definition at line 35 of file PlotRecHits.cc.
References mergeVDriftHistosByStation::file, AlCaHLTBitMon_ParallelJobs::p, x, PV3DBase< T, PVType, FrameType >::x(), detailsBasic3DVector::y, PV3DBase< T, PVType, FrameType >::y(), detailsBasic3DVector::z, and PV3DBase< T, PVType, FrameType >::z().
Referenced by PlotRecTracks::printRecTracks().
|
private |
Definition at line 123 of file PlotRecHits.cc.
References edmNew::DetSetVector< T >::data(), edm::Event::getByLabel(), and edm::Handle< T >::product().
void PlotRecHits::printRecHits | ( | const edm::Event & | ev | ) |
Definition at line 215 of file PlotRecHits.cc.
References mergeVDriftHistosByStation::file.
void PlotRecHits::printStripRecHit | ( | const SiStripRecHit2D * | recHit | ) |
Definition at line 86 of file PlotRecHits.cc.
References mergeVDriftHistosByStation::file, AlCaHLTBitMon_ParallelJobs::p, x, PV3DBase< T, PVType, FrameType >::x(), detailsBasic3DVector::y, PV3DBase< T, PVType, FrameType >::y(), detailsBasic3DVector::z, and PV3DBase< T, PVType, FrameType >::z().
Referenced by PlotRecTracks::printRecTracks().
|
private |
Definition at line 161 of file PlotRecHits.cc.
References edmNew::DetSetVector< T >::data(), mergeVDriftHistosByStation::file, edm::Event::getManyByType(), m, AlCaHLTBitMon_ParallelJobs::p, alignCSCRings::s, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 24 of file PlotRecHits.h.
|
private |
Definition at line 25 of file PlotRecHits.h.