Skip to content

Commit 03094cd

Browse files
committed
added a comment for completion
1 parent 304969e commit 03094cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DQM/Physics/src/TopSingleLeptonDQM_miniAOD.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ namespace TopSingleLepton_miniAOD {
497497
if (muon->isGlobalMuon()) {
498498
fill("muonDelZ_", muon->innerTrack()->vz()); // CB using inner track!
499499
fill("muonDelXY_", muon->innerTrack()->vx(), muon->innerTrack()->vy());
500-
500+
501+
// d_xy distribution
501502
if (muon->muonBestTrack().isNonnull()) {
502503
double dxy = muon->dB(pat::Muon::PV2D);
503504
fill("muonDxy_", dxy);

0 commit comments

Comments
 (0)