#include <memory>
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "DQMServices/Core/interface/DQMEDAnalyzer.h"
#include "DataFormats/TrackerRecHit2D/interface/SiPixelRecHitCollection.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include <TF3.h>
#include <iostream>
#include <fstream>
#include <vector>
Go to the source code of this file.
Classes | |
struct | VertexType |
class | Vx3DHLTAnalyzer |
Macros | |
#define | DIM 3 |
Functions | |
double | Gauss3DFunc (const double *par) |
Variables | |
bool | considerVxCovariance |
unsigned int | counterVx |
double | maxLongLength |
double | maxTransRadius |
double | pi |
std::vector< VertexType > | Vertices |
double | VxErrCorr |
double | xPos |
double | yPos |
double | zPos |
#define DIM 3 |
Definition at line 43 of file Vx3DHLTAnalyzer.h.
Referenced by Vx3DHLTAnalyzer::analyze(), Gauss3DFunc(), muonisolation::IsolatorByNominalEfficiency::ConeSizes::index(), and muonisolation::IsolatorByNominalEfficiency::ConeSizes::size().
double Gauss3DFunc | ( | const double * | par | ) |
Definition at line 218 of file Vx3DHLTAnalyzer.cc.
References considerVxCovariance, counterVx, DIM, i, create_public_lumi_plots::log, maxLongLength, maxTransRadius, pi, mathSSE::sqrt(), Vertices, VxErrCorr, x(), xPos, yPos, and zPos.
Referenced by Vx3DHLTAnalyzer::MyFit().
bool considerVxCovariance |
Definition at line 53 of file Vx3DHLTAnalyzer.h.
Referenced by Gauss3DFunc(), and Vx3DHLTAnalyzer::Vx3DHLTAnalyzer().
unsigned int counterVx |
Definition at line 54 of file Vx3DHLTAnalyzer.h.
Referenced by Vx3DHLTAnalyzer::endLuminosityBlock(), Gauss3DFunc(), Vx3DHLTAnalyzer::MyFit(), and Vx3DHLTAnalyzer::writeToFile().
double maxLongLength |
Definition at line 56 of file Vx3DHLTAnalyzer.h.
Referenced by Gauss3DFunc(), and Vx3DHLTAnalyzer::MyFit().
double maxTransRadius |
Definition at line 55 of file Vx3DHLTAnalyzer.h.
Referenced by Gauss3DFunc(), and Vx3DHLTAnalyzer::MyFit().
double pi |
Definition at line 58 of file Vx3DHLTAnalyzer.h.
std::vector<VertexType> Vertices |
Definition at line 52 of file Vx3DHLTAnalyzer.h.
Referenced by Vx3DHLTAnalyzer::analyze(), Gauss3DFunc(), and Vx3DHLTAnalyzer::reset().
double VxErrCorr |
Definition at line 62 of file Vx3DHLTAnalyzer.h.
Referenced by Gauss3DFunc(), and Vx3DHLTAnalyzer::Vx3DHLTAnalyzer().
double xPos |
double yPos |
double zPos |
Definition at line 57 of file Vx3DHLTAnalyzer.h.
Referenced by MuRingForwardDoubleLayer::compatible(), ForwardDiskSectorBuilderFromWedges::computeBounds(), ForwardDiskSectorBuilderFromDet::computeBounds(), ForwardRingDiskBuilderFromDet::computeBounds(), TIDLayer::computeDisk(), Phase2OTECRingedLayer::computeDisk(), ForwardDetLayer::computeSurface(), MuRingForwardDoubleLayer::computeSurface(), DTSegmentUpdator::fit(), Gauss3DFunc(), getFlagStream(), GlobalTrackingRegionProducer::GlobalTrackingRegionProducer(), HITrackingRegionProducer::HITrackingRegionProducer(), MuRingForwardLayer::MuRingForwardLayer(), Vx3DHLTAnalyzer::MyFit(), DTMeantimerPatternReco4D::reconstruct(), and DTCombinatorialPatternReco4D::reconstruct().