Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing newlines in Analysis modules #44224

Merged
merged 7 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalNanoAOD/python/hcalDigiSortedTable_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
)

hcalDigiSortedTableTask = cms.Task(hcalDigiSortedTable)
hcalDigiSortedTableSeq = cms.Sequence(hcalDigiSortedTable)
hcalDigiSortedTableSeq = cms.Sequence(hcalDigiSortedTable)
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalNanoAOD/python/hcalUHTRTable_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
)

uHTRTableTask = cms.Task(uHTRTable)
uHTRTableSeq = cms.Sequence(uHTRTable)
uHTRTableSeq = cms.Sequence(uHTRTable)
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalNanoAOD/python/hcalUMNioTable_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
)

uMNioTableTask = cms.Task(uMNioTable)
uMNioTableSeq = cms.Sequence(uMNioTable)
uMNioTableSeq = cms.Sequence(uMNioTable)
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalTools/scripts/cmt/readmeCMT-cosmics
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ use for test only 3 runs :
cp runlist_craft runlist_run (for default name runlist_run of file condor.jdl )
./index_toAddOnlyNewRunsCRAFT_EOS.sh

345843
345843
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalTools/scripts/cmt/runlist_1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
346306 346307 346373 346380 346383 346384 346386 346387 346388 346389
346394 346395 346396 346398 346445 346446 346447 346448 346449 346450
346452 346453 346455 346483 346486 346488 346490 346494 346508 346509
346511 346512
346511 346512
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalTools/scripts/psm/runlist_1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
346306 346307 346373 346380 346383 346384 346386 346387 346388 346389
346394 346395 346396 346398 346445 346446 346447 346448 346449 346450
346452 346453 346455 346483 346486 346488 346490 346494 346508 346509
346511 346512
346511 346512
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalTools/scripts/psm/runlist_1ALCARECO
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
346306 346307 346373 346380 346383 346384 346386 346387 346388 346389
346394 346395 346396 346398 346445 346446 346447 346448 346449 346450
346452 346453 346455 346483 346486 346488 346490 346494 346508 346509
346511 346512
346511 346512
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalTools/scripts/psm/runlist_1IMPSM
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
346306 346307 346373 346380 346383 346384 346386 346387 346388 346389
346394 346395 346396 346398 346445 346446 346447 346448 346449 346450
346452 346453 346455 346483 346486 346488 346490 346494 346508 346509
346511 346512
346511 346512
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalTools/scripts/psm/runlist_2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
346511
346511
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalTools/scripts/psm/runlist_2ALCARECO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
346511
346511
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalTools/scripts/psm/runlist_2IMPSM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
346511
346511
2 changes: 1 addition & 1 deletion DPGAnalysis/HcalTools/scripts/psm/runlist_3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
346300
346300
2 changes: 1 addition & 1 deletion DPGAnalysis/MuonTools/python/customiseMuNtuples_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def customiseForMuonWorkflow(process) :
process.GlobalTag.globaltag = cms.string(options.globalTag)
process.maxEvents = cms.untracked.PSet(input = cms.untracked.int32(options.nEvents))

return process
return process
2 changes: 1 addition & 1 deletion DPGAnalysis/MuonTools/python/muNtupleProducerBkg_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def muDPGNanoBkgCustomize(process) :
process.NANOAODoutput.outputCommands.append("keep nanoaodFlatTable_*Table*_*_*")
process.NANOAODoutput.outputCommands.append("drop edmTriggerResults_*_*_*")

return process
return process
2 changes: 1 addition & 1 deletion DPGAnalysis/MuonTools/python/muNtupleProducerRaw_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
+ muNtupleGEMRecHitFiller
+ muNtupleCSCALCTDigiFiller
+ muNtupleCSCWireDigiFiller
)
)
2 changes: 1 addition & 1 deletion DPGAnalysis/Skims/data/listrunev
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

+ 66722:67648 13384174:13388431
+ 67647:67647 32303631:32305100


Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ class MuScleFitProvenance : public TObject {
};
ClassImp(MuScleFitProvenance);

#endif
#endif
2 changes: 1 addition & 1 deletion TauAnalysis/MCEmbeddingTools/docs/README
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ cmsDriver.py ...
--customise TauAnalysis/MCEmbeddingTools/customisers.customisoptions,TauAnalysis/MCEmbeddingTools/customisers.customiseMerging \


You can find some working examples for CMSSW_8_0_21 in this folder.
You can find some working examples for CMSSW_8_0_21 in this folder.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
studyFSRmode = cms.untracked.string("reco")
)

makeexternalLHEProducer = cms.Sequence( externalLHEProducer)
makeexternalLHEProducer = cms.Sequence( externalLHEProducer)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

VtxCorrectedToInput = cms.EDProducer("EmbeddingVertexCorrector",
src = cms.InputTag("generator","unsmeared")
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
triggerSelection = cms.Sequence(
hltPhysicsDeclared
* triggerResults
)
)