Skip to content

Commit

Permalink
changed input file in unit test of L1TGlobalProducer
Browse files Browse the repository at this point in the history
  • Loading branch information
missirol committed Oct 25, 2022
1 parent 570dfd4 commit 844f35a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions L1Trigger/L1TGlobal/test/testL1TGlobalProducer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cmsRun "${TESTDIR}"/testL1TGlobalProducer_cfg.py &> log_testL1TGlobalProducer \
cat <<@EOF > log_testL1TGlobalProducer_expected
Bit Algorithm Name Init PScd Final PS Factor Num Bx Masked
============================================================================================================
21 L1_SingleMu22 246 246 246 1 0
194 L1_SingleIsoEG32er2p5 215 0 0 0 0
286 L1_Mu22er2p1_IsoTau30er2p1 161 134 134 1.2 0
318 L1_SingleJet90er2p5 665 100 100 6.65 0
428 L1_ETMHF80_HTT60er 132 38 38 3.4 0
21 L1_SingleMu22 228 228 228 1 0
194 L1_SingleIsoEG32er2p5 244 0 0 0 0
286 L1_Mu22er2p1_IsoTau30er2p1 160 133 133 1.2 0
318 L1_SingleJet90er2p5 686 103 103 6.65 0
428 L1_ETMHF80_HTT60er 155 45 45 3.4 0
459 L1_ZeroBias 1000 19 19 50.1 0
461 L1_MinimumBiasHF0_AND_BptxAND 982 798 798 1.23 0
461 L1_MinimumBiasHF0_AND_BptxAND 983 799 799 1.23 0
480 L1_FirstCollisionInOrbit 0 0 0 1 0
Final OR Count = 872
Final OR Count = 866
@EOF

# compare to expected output of test job
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1TGlobal/test/testL1TGlobalProducer_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# Input source
process.source = cms.Source('PoolSource',
fileNames = cms.untracked.vstring(
'/store/relval/CMSSW_12_6_0_pre2/RelValTTbar_14TeV/GEN-SIM-DIGI-RAW/125X_mcRun3_2022_realistic_v3-v1/2580000/2d96539c-b321-401f-b7b2-51884a5d421f.root',
'/store/relval/CMSSW_12_5_0/RelValTTbar_14TeV/GEN-SIM-DIGI-RAW/125X_mcRun3_2022_realistic_v3-v2/2580000/ada87bae-44e5-4c2d-84a5-d3286706d4a0.root',
)
)

Expand Down

0 comments on commit 844f35a

Please sign in to comment.