Classes | |
struct | BinningX |
struct | BinningY |
class | DiffPlots |
class | Plots |
class | Resolution |
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
PrimaryVertexResolution (const edm::ParameterSet &iConfig) | |
~PrimaryVertexResolution () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
std::vector< reco::TransientTrack > | sortTracksByPt (const reco::Vertex &thePV, const TransientTrackBuilder &ttBuilder, const reco::BeamSpot &beamspot) |
Private Attributes | |
edm::EDGetTokenT< reco::BeamSpot > | beamspotSrc_ |
BinningX | binningX_ |
BinningY | binningY_ |
std::mt19937 | engine_ |
AdaptiveVertexFitter | fitter_ |
Plots | hOtherV_ |
Plots | hPV_ |
edm::EDGetTokenT< LumiScalersCollection > | lumiScalersSrc_ |
std::string | rootFolder_ |
std::string | transientTrackBuilder_ |
edm::EDGetTokenT< reco::VertexCollection > | vertexSrc_ |
Definition at line 47 of file PrimaryVertexResolution.cc.
PrimaryVertexResolution::PrimaryVertexResolution | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 274 of file PrimaryVertexResolution.cc.
|
override |
Definition at line 286 of file PrimaryVertexResolution.cc.
|
override |
Definition at line 329 of file PrimaryVertexResolution.cc.
References beamspotSrc_, PrimaryVertexResolution::Plots::calculateAndFillResolution(), engine_, edm::EventID::event(), fitter_, edm::EventSetup::get(), edm::Event::getByToken(), hOtherV_, hPV_, edm::EventBase::id(), edm::EventID::luminosityBlock(), lumiScalersSrc_, edm::EventID::run(), reco::Vertex::size, sortTracksByPt(), reco::Vertex::tracksSize(), transientTrackBuilder_, vertexSrc_, and electrons_cff::vertices.
|
override |
Definition at line 321 of file PrimaryVertexResolution.cc.
References PrimaryVertexResolution::Plots::book(), hOtherV_, hPV_, rootFolder_, and DQMStore::IBooker::setCurrentFolder().
|
static |
Definition at line 288 of file PrimaryVertexResolution.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), SiPixelPhase1TrackClustersV_cfi::e3, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 372 of file PrimaryVertexResolution.cc.
References a, b, TransientTrackBuilder::build(), reco::TrackBase::pt(), jetUpdater_cfi::sort, HiIsolationCommonParameters_cff::track, reco::Vertex::tracks_begin(), reco::Vertex::tracks_end(), reco::Vertex::tracksSize(), create_public_lumi_plots::transform, and groupFilesInBlocks::tt.
Referenced by analyze().
|
private |
Definition at line 63 of file PrimaryVertexResolution.cc.
Referenced by analyze().
|
private |
Definition at line 264 of file PrimaryVertexResolution.cc.
Referenced by PrimaryVertexResolution::Plots::book().
|
private |
Definition at line 265 of file PrimaryVertexResolution.cc.
Referenced by PrimaryVertexResolution::DiffPlots::book(), and PrimaryVertexResolution::Plots::book().
|
private |
Definition at line 271 of file PrimaryVertexResolution.cc.
Referenced by analyze().
|
private |
Definition at line 68 of file PrimaryVertexResolution.cc.
Referenced by analyze().
|
private |
Definition at line 269 of file PrimaryVertexResolution.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 268 of file PrimaryVertexResolution.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 64 of file PrimaryVertexResolution.cc.
Referenced by analyze().
|
private |
Definition at line 65 of file PrimaryVertexResolution.cc.
Referenced by bookHistograms().
|
private |
Definition at line 66 of file PrimaryVertexResolution.cc.
Referenced by analyze().
|
private |
Definition at line 62 of file PrimaryVertexResolution.cc.
Referenced by analyze().