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

Run3-alca189 Add a few Hcal related AlCaReco streams (HcalCalIterativePhiSym, HcalCalHBHEMuonFilter, HcalCalHO, HcalCalIsoTrkFilter) to the physics data stream HLTPhysics #34628

Merged
merged 2 commits into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,9 @@ void AlCaIsoTracksFilter::fillDescriptions(edm::ConfigurationDescriptions& descr
// Prescale events only containing isolated tracks in the range
desc.add<double>("momentumRangeLow", 20.0);
desc.add<double>("momentumRangeHigh", 40.0);
desc.add<int>("preScaleFactor", 10);
desc.add<int>("preScaleFactor", 1);
desc.add<double>("momentumHigh", 60.0);
desc.add<int>("preScaleHigh", 2);
desc.add<int>("preScaleHigh", 1);
descriptions.add("alcaIsoTracksFilter", desc);
}

Expand Down
32 changes: 21 additions & 11 deletions Calibration/HcalCalibAlgos/test/python/isoTrackRecoAnalysis_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
process.load("RecoLocalCalo.EcalRecAlgos.EcalSeverityLevelESProducer_cfi")
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')

from Configuration.AlCa.autoCond import autoCond
#process.GlobalTag.globaltag='101X_dataRun2_Prompt_v10'
process.GlobalTag.globaltag='106X_dataRun2_v20'
#106X_mcRun3_2021_realistic_v3
from Configuration.AlCa.GlobalTag import GlobalTag
process.GlobalTag = GlobalTag(process.GlobalTag,'auto:run2_data','')
#auto:run3_mc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove commented out line


if 'MessageLogger' in process.__dict__:
process.MessageLogger.HcalIsoTrack=dict()

process.MessageLogger.cerr.FwkReport.reportEvery = 1
process.options = cms.untracked.PSet( wantSummary = cms.untracked.bool(True) )

Expand All @@ -32,13 +31,10 @@
process.load('Calibration.HcalCalibAlgos.HcalIsoTrkAnalyzer_cff')
process.source = cms.Source("PoolSource",
fileNames = cms.untracked.vstring(
'file:/eos/cms/store/group/dpg_hcal/comm_hcal/ISOTRACK/MinBias_AlcaReco_2017D_IsotrkFilter.root',
#'/store/data/Run2018B/JetHT/ALCARECO/HcalCalIsoTrkFilter-PromptReco-v1/000/317/696/00000/D60EC93B-9870-E811-BAF3-FA163E8DA20D.root',
# '/store/mc/Run3Summer19DR/DoublePion_E-50/GEN-SIM-RECO/2021ScenarioNZSRECONoPU_106X_mcRun3_2021_realistic_v3-v2/270000/22481A14-0F65-E046-809A-C03709C76325.root'
# 'file:/afs/cern.ch/work/s/sdey/public/forsunandada/C2F61205-A366-E711-9AFA-02163E01A2B0.root',
# '/store/mc/Run3Summer19DRPremix/QCD_Pt-15to7000_TuneCP5_Flat_13TeV_pythia8/GEN-SIM-RECO/2021ScenarioNZSRECO_106X_mcRun3_2021_realistic_v3-v2/210000/0049D816-1F5D-C649-9D36-12A55EF44FE6.root'
# '/store/mc/Run3Summer19DRPremix/QCD_Pt-15_IsoTrkFilter_Pt-30_TuneCP5_14TeV-pythia8/GEN-SIM-RECO/2021ScenarioRECO_106X_mcRun3_2021_realistic_v3-v2/30000/9CF8F3E3-B8C7-F84A-BAF2-17AD46769E1E.root'
'root://xrootd.ba.infn.it///store/data/Run2017E/JetHT/ALCARECO/HcalCalIsoTrkFilter-09Aug2019_UL2017-v1/50000/FF19B3B8-39D3-D941-8162-1AA7FB482D48.root'

#'/store/mc/Run3Summer19DR/DoublePion_E-50/GEN-SIM-RECO/2021ScenarioNZSRECONoPU_106X_mcRun3_2021_realistic_v3-v2/270000/22481A14-0F65-E046-809A-C03709C76325.root'
#'root://xrootd.ba.infn.it///store/data/Run2017E/JetHT/ALCARECO/HcalCalIsoTrkFilter-09Aug2019_UL2017-v1/50000/FF19B3B8-39D3-D941-8162-1AA7FB482D48.root'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you are already touching this file for cosmetic purposes, would you mind removing these lines too? Or explain why they might be needed?

)
)

Expand All @@ -61,5 +57,19 @@
#process.HcalIsoTrkAnalyzer.useRaw = 2
process.HcalIsoTrkAnalyzer.unCorrect = True

process.HcalIsoTrkAnalyzer.EEHitEnergyThreshold1 = 0.00
process.HcalIsoTrkAnalyzer.EEHitEnergyThreshold2 = 0.00
process.HcalIsoTrkAnalyzer.EEHitEnergyThreshold3 = 0.00
process.HcalIsoTrkAnalyzer.EEHitEnergyThresholdLow = 0.00
# Default
#process.HcalIsoTrkAnalyzer.EBHitEnergyThreshold = 0.08
#process.HcalIsoTrkAnalyzer.EEHitEnergyThreshold0 = 0.30
# Reduced
#process.HcalIsoTrkAnalyzer.EBHitEnergyThreshold = 0.08
#process.HcalIsoTrkAnalyzer.EEHitEnergyThreshold0 = 0.30
# Remove
#process.HcalIsoTrkAnalyzer.EBHitEnergyThreshold = 0.00
#process.HcalIsoTrkAnalyzer.EEHitEnergyThreshold0 = 0.00

process.p = cms.Path(process.HcalIsoTrkAnalyzer)

2 changes: 1 addition & 1 deletion Configuration/AlCa/python/autoAlca.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"DoubleMuon" : "TkAlZMuMu+TkAlDiMuonAndVertex+MuAlCalIsolatedMu+MuAlOverlaps+MuAlZMuMu+HcalCalLowPUHBHEMuonFilter",
# New PD in 2018 to replace SinglePhoton SingleElectron and DoubleEG in 2017
"EGamma" : "EcalESAlign+EcalUncalWElectron+EcalUncalZElectron+HcalCalIsoTrkFilter+HcalCalIterativePhiSym",
"HLTPhysics" : "TkAlMinBias+HcalCalIterativePhiSym",
"HLTPhysics" : "TkAlMinBias+HcalCalIterativePhiSym+HcalCalIsoTrkFilter+HcalCalHO+HcalCalHBHEMuonFilter",
"JetHT" : "HcalCalIsoTrkFilter+HcalCalIsolatedBunchFilter+TkAlMinBias",
"MinimumBias" : "SiStripCalZeroBias+SiStripCalMinBias+TkAlMinBias",
"MuOnia" : "TkAlUpsilonMuMu",
Expand Down