You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eventually this will go in a Twiki, but during development this is an issue.
The dev-recipes branch now supports various configurations via cmsDriver. Some important examples are listed here:
Test of Stage-1 / Stage-2 unpacking: unpacks RAW from run with both Stage-1 and Stage-2 included, dumps summary of each event to screen, and summarizes total number of each type: cmsDriver.py L1UNPACKTEST -s RAW2DIGI,L1Reco --era=Run2_2016 --conditions=auto:run2_data -n 100 --data --filein=/store/data/Run2015D/ZeroBias/RAW/v1/000/260/627/00000/00A76FFA-0C82-E511-B441-02163E01450F.root --customise=L1Trigger/Configuration/customiseUtils.L1TStage1DigisSummary --customise=L1Trigger/Configuration/customiseUtils.L1TStage2DigisSummary --no_output
...
INFO: L1T Summary for Stage 1 Unpacked Digis
INFO: count of non-zero candidates for each type follows:
eg: 348
tau: 61
jet: 90
sum: 331
INFO: L1T Summary for Stage 2 Unpacked Digis
INFO: count of non-zero candidates for each type follows:
eg: 1200
tau: 1200
jet: 1190
sum: 400
muon: 0
No stage 1 muons in this test until a legacy-to-upgrade format converter is written.
No stage 2 muons in this test because the upgrade Muon system was not included in this run.
Ntuple Stage-1 / Stage-2 unpacked digis: unpack Stage1 and Stage2 and store in L1Extra tree:
You get an ntuple "L1Ntuple.root" containing the Stage-1 output in L1ExtraTree and the Stage-2 output in L1UpgradeTree. No stage 2 muons in this test because the upgrade Muon system was not included in this run. Stage 1 muons are present because they are filled in the ntuple via legacy l1extra.
Re-Emulate Stage-2 Calo/Global/Muon from RAW, and dump simulated Stage-2 digis to screen:
Eventually this will go in a Twiki, but during development this is an issue.
The dev-recipes branch now supports various configurations via cmsDriver. Some important examples are listed here:
cmsDriver.py L1UNPACKTEST -s RAW2DIGI,L1Reco --era=Run2_2016 --conditions=auto:run2_data -n 100 --data --filein=/store/data/Run2015D/ZeroBias/RAW/v1/000/260/627/00000/00A76FFA-0C82-E511-B441-02163E01450F.root --customise=L1Trigger/Configuration/customiseUtils.L1TStage1DigisSummary --customise=L1Trigger/Configuration/customiseUtils.L1TStage2DigisSummary --no_output
No stage 1 muons in this test until a legacy-to-upgrade format converter is written.
No stage 2 muons in this test because the upgrade Muon system was not included in this run.
cmsDriver.py l1Ntuple -s RAW2DIGI,L1Reco --era=Run2_2016 --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleRAW --conditions=auto:run2_data -n 100 --data --filein=/store/data/Run2015D/ZeroBias/RAW/v1/000/260/627/00000/00A76FFA-0C82-E511-B441-02163E01450F.root --no_output
You get an ntuple "L1Ntuple.root" containing the Stage-1 output in L1ExtraTree and the Stage-2 output in L1UpgradeTree. No stage 2 muons in this test because the upgrade Muon system was not included in this run. Stage 1 muons are present because they are filled in the ntuple via legacy l1extra.
cmsDriver.py L1UNPACKTEST -s RAW2DIGI,L1Reco --era=Run2_2016 --conditions=auto:run2_data -n 10 --data --filein=/store/data/Run2015D/ZeroBias/RAW/v1/000/260/627/00000/00A76FFA-0C82-E511-B441-02163E01450F.root --customise=L1Trigger/Configuration/customiseReEmul.L1TReEmulFromRAW --customise=L1Trigger/Configuration/customiseUtils.L1TStage2SimDigisSummary --no_output --customise=L1Trigger/Configuration/customiseUtils.L1TTurnOffUnpackStage2GtAndGmt
cmsDriver.py L1UNPACKTEST -s RAW2DIGI,L1Reco --era=Run2_2016 --conditions=auto:run2_data -n 100 --data --filein=/store/data/Run2015D/ZeroBias/RAW/v1/000/260/627/00000/00A76FFA-0C82-E511-B441-02163E01450F.root --customise=L1Trigger/Configuration/customiseReEmul.L1TReEmulFromRAW --customise=L1Trigger/L1TNtuples/customiseL1Ntuple.L1NtupleEMU --no_output --customise=L1Trigger/Configuration/customiseUtils.L1TTurnOffUnpackStage2GtAndGmt
The text was updated successfully, but these errors were encountered: