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

[12_4_X] Update the autoSkim.py for the Run3 skims and removed unused PD #38795

Merged
merged 1 commit into from
Jul 25, 2022
Merged
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
19 changes: 5 additions & 14 deletions Configuration/Skimming/python/autoSkim.py
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
#The autoSkim should be reviewed for Run-3 when PDs are available
autoSkim = {
'BTagCSV' : 'LogError+LogErrorMonitor',
'BTagMu' : 'LogError+LogErrorMonitor',
'HTMHT' : 'LogError+LogErrorMonitor',
'JetHT' : 'JetHTJetPlusHOFilter+LogError+LogErrorMonitor',
'DisplacedJet' : 'LogError+LogErrorMonitor',
'MET' : 'HighMET+LogError+LogErrorMonitor',
'SingleElectron' : 'LogError+LogErrorMonitor', #to be updated if we will have EGamma as Run-2 (2018), or splitting as 2016,2017
'SinglePhoton' : 'SinglePhotonJetPlusHOFilter+EXOMONOPOLE+LogError+LogErrorMonitor', #to be updated if we will have EGamma as Run-2 (2018), or splitting as 2016,2017
'DoubleEG' : 'ZElectron+LogError+LogErrorMonitor', #to be updated if we will have EGamma as Run-2 (2018), or splitting as 2016,2017
'EGamma':'SinglePhotonJetPlusHOFilter+ZElectron+EXOMONOPOLE+LogError+LogErrorMonitor',
'DisplacedJet' : 'EXODisplacedJet+EXODelayedJet+EXODTCluster+EXOCSCCluster+LogError+LogErrorMonitor',
'MET' : 'EXOHighMET+EXODelayedJetMET+LogError+LogErrorMonitor',
'EGamma':'ZElectron+WElectron+EXOMONOPOLE+LogError+LogErrorMonitor',
'Tau' : 'LogError+LogErrorMonitor',
'SingleMuon' : 'MuonPOGSkim+ZMu+MuTau+LogError+LogErrorMonitor',
'SingleMuon' : 'ZMu+LogError+LogErrorMonitor',
'DoubleMuon' : 'LogError+LogErrorMonitor',
'MuonEG' : 'TopMuEG+LogError+LogErrorMonitor',
'DoubleMuonLowMass' : 'BPHSkim+LogError+LogErrorMonitor',
'MuOnia' : 'BPHSkim+LogError+LogErrorMonitor',
'Charmonium' : 'MuonPOGJPsiSkim+BPHSkim+LogError+LogErrorMonitor',
'NoBPTX' : 'EXONoBPTXSkim+LogError+LogErrorMonitor',
'HcalHPDNoise' : 'LogError+LogErrorMonitor',
'HcalNZS' : 'LogError+LogErrorMonitor',
'HLTPhysics' : 'LogError+LogErrorMonitor',
'ZeroBias' : 'LogError+LogErrorMonitor',
'Commissioning' : 'EcalActivity+LogError+LogErrorMonitor',
'Cosmics':'CosmicSP+CosmicTP+LogError+LogErrorMonitor',
'ParkingBPH':'SkimBPark+LogError+LogErrorMonitor',
'MonteCarlo':'EXODisappTrk+LogError+LogErrorMonitor',
}

autoSkimRunII = {
Expand Down