Skip to content

Commit

Permalink
Add missing newline at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Feb 27, 2024
1 parent 666e856 commit 38a0578
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ class ElectronMcSignalValidatorMiniAOD : public ElectronDqmAnalyzerBase {
MonitorElement *h1_ele_photonRelativeIso_mAOD_endcaps;
};

#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ void ElectronMcSignalPostValidator::finalize(DQMStore::IBooker& iBooker, DQMStor
-0.15,
0.15);
/**/
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
NbinTRACK = 100, TRACK_min = -0.5, TRACK_max = 999.5,
NbinSEED = 100, SEED_min = -0.5, SEED_max = 9999.5,
),
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
process.schedule = cms.Schedule(
process.p,
process.dqmsave_step,
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@
process.p = cms.Path( process.miniAODElectronIsolation * process.ElectronIsolation * process.electronMcSignalValidatorMiniAOD * process.MEtoEDMConverter ) # process.printContent *
process.outpath = cms.EndPath(
process.EDM,
)
)

0 comments on commit 38a0578

Please sign in to comment.