18 , TopFolderName_ ( pSet.getParameter<std::
string>(
"TopFolderName") )
19 , AlignmentLabel_( pSet.getParameter<std::
string>(
"AlignmentLabel"))
76 nbvtx = iBooker.
book1D(
"vtxNbr",
"Reconstructed Vertices in Event",50,-0.5,49.5);
78 nbtksinvtx[0] = iBooker.
book1D(
"otherVtxTrksNbr",
"Reconstructed Tracks in Vertex (other Vtx)",40,-0.5,99.5);
79 trksWeight[0] = iBooker.
book1D(
"otherVtxTrksWeight",
"Total weight of Tracks in Vertex (other Vtx)",40,0,100.);
80 vtxchi2[0] = iBooker.
book1D(
"otherVtxChi2",
"#chi^{2} (other Vtx)",100,0.,200.);
81 vtxndf[0] = iBooker.
book1D(
"otherVtxNdf",
"ndof (other Vtx)",100,0.,200.);
82 vtxprob[0] = iBooker.
book1D(
"otherVtxProb",
"#chi^{2} probability (other Vtx)",100,0.,1.);
83 nans[0] = iBooker.
book1D(
"otherVtxNans",
"Illegal values for x,y,z,xx,xy,xz,yy,yz,zz (other Vtx)",9,0.5,9.5);
85 nbtksinvtx[1] = iBooker.
book1D(
"tagVtxTrksNbr",
"Reconstructed Tracks in Vertex (tagged Vtx)",100,-0.5,99.5);
86 trksWeight[1] = iBooker.
book1D(
"tagVtxTrksWeight",
"Total weight of Tracks in Vertex (tagged Vtx)",100,0,100.);
87 vtxchi2[1] = iBooker.
book1D(
"tagVtxChi2",
"#chi^{2} (tagged Vtx)",100,0.,200.);
88 vtxndf[1] = iBooker.
book1D(
"tagVtxNdf",
"ndof (tagged Vtx)",100,0.,200.);
89 vtxprob[1] = iBooker.
book1D(
"tagVtxProb",
"#chi^{2} probability (tagged Vtx)",100,0.,1.);
90 nans[1] = iBooker.
book1D(
"tagVtxNans",
"Illegal values for x,y,z,xx,xy,xz,yy,yz,zz (tagged Vtx)",9,0.5,9.5);
92 xrec[0] = iBooker.
book1D(
"otherPosX",
"Position x Coordinate (other Vtx)",100,-0.1,0.1);
93 yrec[0] = iBooker.
book1D(
"otherPosY",
"Position y Coordinate (other Vtx)",100,-0.1,0.1);
94 zrec[0] = iBooker.
book1D(
"otherPosZ",
"Position z Coordinate (other Vtx)",100,-20.,20.);
95 xDiff[0] = iBooker.
book1D(
"otherDiffX",
"X distance from BeamSpot (other Vtx)",100,-500,500);
96 yDiff[0] = iBooker.
book1D(
"otherDiffY",
"Y distance from BeamSpot (other Vtx)",100,-500,500);
97 xerr[0] = iBooker.
book1D(
"otherErrX",
"Uncertainty x Coordinate (other Vtx)",100,-0.1,0.1);
98 yerr[0] = iBooker.
book1D(
"otherErrY",
"Uncertainty y Coordinate (other Vtx)",100,-0.1,0.1);
99 zerr[0] = iBooker.
book1D(
"otherErrZ",
"Uncertainty z Coordinate (other Vtx)",100,-20.,20.);
100 xerrVsTrks[0] = iBooker.
book2D(
"otherErrVsWeightX",
"Uncertainty x Coordinate vs. track weight (other Vtx)",100,0,100.,100,-0.1,0.1);
101 yerrVsTrks[0] = iBooker.
book2D(
"otherErrVsWeightY",
"Uncertainty y Coordinate vs. track weight (other Vtx)",100,0,100.,100,-0.1,0.1);
102 zerrVsTrks[0] = iBooker.
book2D(
"otherErrVsWeightZ",
"Uncertainty z Coordinate vs. track weight (other Vtx)",100,0,100.,100,-0.1,0.1);
105 xrec[1] = iBooker.
book1D(
"tagPosX",
"Position x Coordinate (tagged Vtx)",100,-0.1,0.1);
106 yrec[1] = iBooker.
book1D(
"tagPosY",
"Position y Coordinate (tagged Vtx)",100,-0.1,0.1);
107 zrec[1] = iBooker.
book1D(
"tagPosZ",
"Position z Coordinate (tagged Vtx)",100,-20.,20.);
108 xDiff[1] = iBooker.
book1D(
"tagDiffX",
"X distance from BeamSpot (tagged Vtx)",100,-500, 500);
109 yDiff[1] = iBooker.
book1D(
"tagDiffY",
"Y distance from BeamSpot (tagged Vtx)",100,-500, 500);
110 xerr[1] = iBooker.
book1D(
"tagErrX",
"Uncertainty x Coordinate (tagged Vtx)",100,0.,100);
111 yerr[1] = iBooker.
book1D(
"tagErrY",
"Uncertainty y Coordinate (tagged Vtx)",100,0.,100);
112 zerr[1] = iBooker.
book1D(
"tagErrZ",
"Uncertainty z Coordinate (tagged Vtx)",100,0.,100);
113 xerrVsTrks[1] = iBooker.
book2D(
"tagErrVsWeightX",
"Uncertainty x Coordinate vs. track weight (tagged Vtx)",100,0,100.,100,0.,100);
114 yerrVsTrks[1] = iBooker.
book2D(
"tagErrVsWeightY",
"Uncertainty y Coordinate vs. track weight (tagged Vtx)",100,0,100.,100,0.,100);
115 zerrVsTrks[1] = iBooker.
book2D(
"tagErrVsWeightZ",
"Uncertainty z Coordinate vs. track weight (tagged Vtx)",100,0,100.,100,0.,100);
117 type[0] = iBooker.
book1D(
"otherType",
"Vertex type (other Vtx)",3,-0.5,2.5);
118 type[1] = iBooker.
book1D(
"tagType",
"Vertex type (tagged Vtx)",3,-0.5,2.5);
119 for (
int i=0;
i<2;++
i){
120 type[
i]->
getTH1F()->GetXaxis()->SetBinLabel(1,
"Valid, real");
121 type[
i]->getTH1F()->GetXaxis()->SetBinLabel(2,
"Valid, fake");
122 type[
i]->getTH1F()->GetXaxis()->SetBinLabel(3,
"Invalid");
130 bsX = iBooker.
book1D(
"bsX",
"BeamSpot x0", 100,-0.1,0.1);
131 bsY = iBooker.
book1D(
"bsY",
"BeamSpot y0", 100,-0.1,0.1);
132 bsZ = iBooker.
book1D(
"bsZ",
"BeamSpot z0", 100,-2.,2.);
133 bsSigmaZ = iBooker.
book1D(
"bsSigmaZ",
"BeamSpot sigmaZ", 100, 0., 10. );
134 bsDxdz = iBooker.
book1D(
"bsDxdz",
"BeamSpot dxdz", 100, -0.0003, 0.0003);
135 bsDydz = iBooker.
book1D(
"bsDydz",
"BeamSpot dydz", 100, -0.0003, 0.0003);
138 bsType = iBooker.
book1D(
"bsType",
"BeamSpot type", 4, -1.5, 2.5);
170 ntracks = iBooker.
book1D(
"ntracks",
"number of PV tracks (p_{T} > 1 GeV)", 3*TKNoBin, TKNoMin, (TKNoMax+0.5)*3.-0.5);
171 ntracks->
setAxisTitle(
"Number of PV Tracks (p_{T} > 1 GeV) per Event", 1);
172 ntracks->setAxisTitle(
"Number of Event", 2);
174 weight = iBooker.
book1D(
"weight",
"weight of PV tracks (p_{T} > 1 GeV)", 100, 0., 1.);
178 sumpt = iBooker.
book1D(
"sumpt",
"#Sum p_{T} of PV tracks (p_{T} > 1 GeV)", 100,-0.5,199.5);
179 chi2ndf = iBooker.
book1D(
"chi2ndf",
"PV tracks (p_{T} > 1 GeV) #chi^{2}/ndof", 100, 0., 200. );
180 chi2prob = iBooker.
book1D(
"chi2prob",
"PV tracks (p_{T} > 1 GeV) #chi^{2} probability",100, 0., 1. );
181 dxy = iBooker.
book1D(
"dxy",
"PV tracks (p_{T} > 1 GeV) d_{xy} (cm)", DxyBin, DxyMin, DxyMax);
182 dz = iBooker.
book1D(
"dz",
"PV tracks (p_{T} > 1 GeV) d_{z} (cm)", DzBin, DzMin, DzMax );
183 dxyErr = iBooker.
book1D(
"dxyErr",
"PV tracks (p_{T} > 1 GeV) d_{xy} error (cm)", 100, 0., 1. );
184 dzErr = iBooker.
book1D(
"dzErr",
"PV tracks (p_{T} > 1 GeV) d_{z} error(cm)", 100, 0., 1. );
186 dxyVsPhi_pt1 = iBooker.
bookProfile(
"dxyVsPhi_pt1",
"PV tracks (p_{T} > 1 GeV) d_{xy} (cm) VS track #phi",PhiBin, PhiMin, PhiMax, DxyBin, DxyMin, DxyMax,
"");
189 dzVsPhi_pt1 = iBooker.
bookProfile(
"dzVsPhi_pt1",
"PV tracks (p_{T} > 1 GeV) d_{z} (cm) VS track #phi", PhiBin, PhiMin, PhiMax, DzBin, DzMin, DzMax,
"");
193 dxyVsEta_pt1 = iBooker.
bookProfile(
"dxyVsEta_pt1",
"PV tracks (p_{T} > 1 GeV) d_{xy} (cm) VS track #eta",EtaBin, EtaMin, EtaMax, DxyBin, DxyMin, DxyMax,
"");
196 dzVsEta_pt1 = iBooker.
bookProfile(
"dzVsEta_pt1",
"PV tracks (p_{T} > 1 GeV) d_{z} (cm) VS track #eta", EtaBin, EtaMin, EtaMax, DzBin, DzMin, DzMax,
"");
200 dxyVsPhi_pt10 = iBooker.
bookProfile(
"dxyVsPhi_pt10",
"PV tracks (p_{T} > 1 GeV) d_{xy} (cm) VS track #phi",PhiBin, PhiMin, PhiMax, DxyBin, DxyMin, DxyMax,
"");
203 dzVsPhi_pt10 = iBooker.
bookProfile(
"dzVsPhi_pt10",
"PV tracks (p_{T} > 10 GeV) d_{z} (cm) VS track #phi", PhiBin, PhiMin, PhiMax, DzBin, DzMin, DzMax,
"");
207 dxyVsEta_pt10 = iBooker.
bookProfile(
"dxyVsEta_pt10",
"PV tracks (p_{T} > 10 GeV) d_{xy} (cm) VS track #eta",EtaBin, EtaMin, EtaMax, DxyBin, DxyMin, DxyMax,
"");
210 dzVsEta_pt10 = iBooker.
bookProfile(
"dzVsEta_pt10",
"PV tracks (p_{T} > 10 GeV) d_{z} (cm) VS track #eta", EtaBin, EtaMin, EtaMax, DzBin, DzMin, DzMax,
"");
231 if (recVtxs.
isValid() ==
false || beamSpotHandle.
isValid()==
false){
233 <<
" Some products not available in the event: VertexCollection "
235 <<recVtxs.
isValid() <<
" BeamSpot "
237 <<beamSpotHandle.
isValid()<<
". Skipping plots for this event";
250 for(reco::VertexCollection::const_iterator
v=recVtxs->begin()+1;
251 v!=recVtxs->end(); ++
v){
286 if ( !isHighPurity )
continue;
288 float pt = (**t).pt();
289 if ( pt < 1. )
continue;
293 float eta = (**t).eta();
294 float phi = (**t).phi();
297 float chi2NDF = (**t).normalizedChi2();
298 float chi2Prob = TMath::Prob((**t).chi2(),(int)(**t).ndof());
299 float Dxy = (**t).dxy(myVertex);
300 float Dz = (**t).dz(myVertex);
301 float DxyErr = (**t).dxyError();
302 float DzErr = (**t).dzError();
321 if ( pt < 10. )
continue;
335 if (i < 0 || i > 1)
return;
338 else type[
i]->Fill(0.);
355 float xb = beamSpot.
x0() + beamSpot.
dxdz() * (v.
position().z() - beamSpot.
z0());
356 float yb = beamSpot.
y0() + beamSpot.
dydz() * (v.
position().z() - beamSpot.
z0());
372 for (
int k = 0;
k != 3;
k++) {
373 for (
int j =
k;
j != 3;
j++) {
std::string AlignmentLabel_
MonitorElement * xerrVsTrks[2]
T getParameter(std::string const &) const
double z0() const
z coordinate
MonitorElement * vtxndf[2]
MonitorElement * dxyVsEta_pt1
MonitorElement * dzVsPhi_pt10
MonitorElement * dzVsPhi_pt1
void pvTracksPlots(const reco::Vertex &v)
trackRef_iterator tracks_end() const
last iterator over tracks
MonitorElement * bookProfile(Args &&...args)
void vertexPlots(const reco::Vertex &v, const reco::BeamSpot &beamSpot, int i)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
double zError() const
error on z
#define DEFINE_FWK_MODULE(type)
MonitorElement * bsSigmaZ
edm::InputTag beamSpotInputTag_
bool isValid() const
Tells whether the vertex is valid.
double covariance(int i, int j) const
(i, j)-th element of error matrix, i, j = 0, ... 2
MonitorElement * dxyVsPhi_pt10
const double EtaMax[kNumberCalorimeter]
MonitorElement * xDiff[2]
const Point & position() const
position
MonitorElement * dzVsEta_pt1
MonitorElement * zerrVsTrks[2]
double dydz() const
dydz slope
MonitorElement * yerrVsTrks[2]
virtual void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MonitorElement * dxyVsEta_pt10
void Fill(HcalDetId &id, double val, std::vector< TH2F > &depth)
float trackWeight(const TrackBaseRef &r) const
returns the weight with which a Track has contributed to the vertex-fit.
MonitorElement * book1D(Args &&...args)
double chi2() const
chi-squares
float ChiSquaredProbability(double chiSquared, double nrDOF)
double BeamWidthX() const
beam width X
const double EtaMin[kNumberCalorimeter]
MonitorElement * vtxchi2[2]
edm::EDGetTokenT< reco::BeamSpot > beamspotToken_
edm::EDGetTokenT< reco::VertexCollection > vertexToken_
double dxdz() const
dxdz slope
MonitorElement * dzVsEta_pt10
edm::InputTag vertexInputTag_
std::string TopFolderName_
double xError() const
error on x
void setCurrentFolder(const std::string &fullpath)
MonitorElement * chi2prob
MonitorElement * book2D(Args &&...args)
XYZPointD XYZPoint
point in space with cartesian internal representation
MonitorElement * nbtksinvtx[2]
double sigmaZ() const
sigma z
TH1F * getTH1F(void) const
double BeamWidthY() const
beam width Y
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
std::vector< TrackBaseRef >::const_iterator trackRef_iterator
The iteratator for the vector<TrackRef>
double y0() const
y coordinate
MonitorElement * vtxprob[2]
trackRef_iterator tracks_begin() const
first iterator over tracks
MonitorElement * bsBeamWidthY
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
MonitorElement * yDiff[2]
double yError() const
error on y
MonitorElement * trksWeight[2]
size_t tracksSize() const
number of tracks
PrimaryVertexMonitor(const edm::ParameterSet &pSet)
MonitorElement * bsBeamWidthX
MonitorElement * dxyVsPhi_pt1
double x0() const
x coordinate