Skip to content

Commit

Permalink
Update the autoSkim.py for the Run3 skims
Browse files Browse the repository at this point in the history
  • Loading branch information
sam7k9621 committed Jun 23, 2022
1 parent 2aaffda commit 9b7b351
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Configuration/Skimming/python/autoSkim.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
'BTagMu' : 'LogError+LogErrorMonitor',
'HTMHT' : 'LogError+LogErrorMonitor',
'JetHT' : 'JetHTJetPlusHOFilter+LogError+LogErrorMonitor',
'DisplacedJet' : 'LogError+LogErrorMonitor',
'MET' : 'HighMET+LogError+LogErrorMonitor',
'DisplacedJet' : 'EXODisplacedJet+EXODelayedJet+EXODTCluster+EXOCSCCluster+LogError+LogErrorMonitor',
'MET' : 'EXOHighMET+EXODelayedJetMET+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',
'SinglePhoton' : 'EXOMONOPOLE+LogError+LogErrorMonitor', #to be updated if we will have EGamma as Run-2 (2018), or splitting as 2016,2017
'DoubleEG' : 'LogError+LogErrorMonitor', #to be updated if we will have EGamma as Run-2 (2018), or splitting as 2016,2017
'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',
'DoubleMuonLowMass' : 'LogError+LogErrorMonitor',
'MuOnia' : 'LogError+LogErrorMonitor',
'Charmonium' : 'MuonPOGJPsiSkim+LogError+LogErrorMonitor',
'NoBPTX' : 'EXONoBPTXSkim+LogError+LogErrorMonitor',
'HcalHPDNoise' : 'LogError+LogErrorMonitor',
'HcalNZS' : 'LogError+LogErrorMonitor',
Expand All @@ -25,6 +25,7 @@
'Commissioning' : 'EcalActivity+LogError+LogErrorMonitor',
'Cosmics':'CosmicSP+CosmicTP+LogError+LogErrorMonitor',
'ParkingBPH':'SkimBPark+LogError+LogErrorMonitor',
'MonteCarlo':'EXODisappTrk+LogError+LogErrorMonitor',
}

autoSkimRunII = {
Expand Down

0 comments on commit 9b7b351

Please sign in to comment.