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

Fix harvesting #2425

Merged
merged 32 commits into from
Feb 25, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
09da1b8
semi-leptonic ttbar and single top
Jan 23, 2014
a6a0efa
dileptonic ttbar
Jan 23, 2014
b87fb9b
calling new sequences
Jan 23, 2014
6fb4a01
removing replication between preprod and validation
Jan 27, 2014
6b9bbb6
change of structure to match DQM specificities
Jan 30, 2014
448ca65
fix JetCorrections bug
Feb 11, 2014
eb87fd0
fix for Elvine
deguio Feb 11, 2014
a8ddde9
the missing file
Feb 12, 2014
ba21df1
Merged refs/pull/2491/head from repository cms-sw
wmtan Feb 18, 2014
8a25c46
fix ExceptionToActionTable lifetime
wmtan Feb 19, 2014
8b5642c
semi-leptonic ttbar and single top
Jan 23, 2014
eb06774
dileptonic ttbar
Jan 23, 2014
59f042f
calling new sequences
Jan 23, 2014
fb44d95
removing replication between preprod and validation
Jan 27, 2014
62a1837
change of structure to match DQM specificities
Jan 30, 2014
3c79ed5
fix JetCorrections bug
Feb 11, 2014
5bfa188
the missing file
Feb 12, 2014
374e648
Merge branch 'FixHarvesting' of github.com:ebouvier/cmssw into FixHar…
Feb 20, 2014
428bca9
Merge pull request #2595 from wmtan/FixExceptionToActionTableLifetime
ktf Feb 24, 2014
9c40f48
Merge pull request #2605 from inugent/TopVallabelPatch_7_1_X
ktf Feb 24, 2014
ef1f8aa
semi-leptonic ttbar and single top
Jan 23, 2014
a87e9e6
dileptonic ttbar
Jan 23, 2014
33492c4
calling new sequences
Jan 23, 2014
989301a
removing replication between preprod and validation
Jan 27, 2014
5ecc0c8
change of structure to match DQM specificities
Jan 30, 2014
b8b3782
fix JetCorrections bug
Feb 11, 2014
a6face1
the missing file
Feb 12, 2014
b964145
semi-leptonic ttbar and single top
Jan 23, 2014
c86661c
dileptonic ttbar
Jan 23, 2014
96b24d5
change of structure to match DQM specificities
Jan 30, 2014
07697d3
rebase
Feb 12, 2014
879566b
merge
Feb 24, 2014
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
1 change: 0 additions & 1 deletion DQMOffline/Trigger/python/topHLTOfflineDQM_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from DQMOffline.Trigger.topDiLeptonHLTEventDQM_cfi import *
from DQMOffline.Trigger.topSingleLeptonHLTEventDQM_cfi import *
from DQMOffline.Trigger.singletopHLTEventDQM_cfi import *
from JetMETCorrections.Configuration.JetCorrectionProducersAllAlgos_cff import *



Expand Down
7 changes: 3 additions & 4 deletions HLTriggerOffline/Common/python/HLTValidationHarvest_cff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from HLTriggerOffline.Tau.Validation.HLTTauPostValidation_cfi import *
from HLTriggerOffline.Muon.HLTMuonPostVal_cff import *
from HLTriggerOffline.Egamma.EgammaPostProcessor_cfi import *
from HLTriggerOffline.Top.HLTTopPostVal_cff import *
from HLTriggerOffline.Top.topHLTValidationHarvest_cff import *
from HLTriggerOffline.Common.FourVectorHLTriggerOfflineClient_cfi import *
from HLTriggerOffline.HeavyFlavor.heavyFlavorValidationHarvestingSequence_cff import *
from HLTriggerOffline.JetMET.Validation.JetMETPostProcessor_cff import *
Expand All @@ -16,7 +16,7 @@
HLTMuonPostVal
+HLTTauPostVal
+EgammaPostVal
+HLTTopPostVal
+topHLTriggerValidationHarvest
+hltriggerFourVectorClient
+heavyFlavorValidationHarvestingSequence
+JetMETPostVal
Expand All @@ -32,7 +32,7 @@
+HLTTauPostVal
+EgammaPostVal
+hltriggerFourVectorClient
+HLTTopPostVal
+topHLTriggerValidationHarvest
+heavyFlavorValidationHarvestingSequence
+JetMETPostVal
#+HLTAlCaPostVal
Expand All @@ -42,7 +42,6 @@

hltpostvalidation_preprod = cms.Sequence(
HLTTauPostVal
+HLTTopPostVal
+hltriggerFourVectorClient
+heavyFlavorValidationHarvestingSequence
+SusyExoPostVal
Expand Down
2 changes: 0 additions & 2 deletions HLTriggerOffline/Common/python/HLTValidationQT_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#from HLTriggerOffline.Common.HLTValidationQTExample_cfi import *
from HLTriggerOffline.Muon.HLTMuonQualityTester_cfi import *
from HLTriggerOffline.Tau.Validation.HLTTauQualityTests_cff import *
from HLTriggerOffline.Top.HLTTopQualityTester_cfi import *
from HLTriggerOffline.Higgs.HLTHiggsQualityTester_cfi import *
from HLTriggerOffline.JetMET.Validation.HLTJetMETQualityTester_cfi import *
from HLTriggerOffline.SUSYBSM.HLTSusyExoQualityTester_cfi import *
Expand All @@ -13,7 +12,6 @@
hltMuonQualityTester
+ hltTauRelvalQualityTests
+ hltHiggsQualityTester
+ hltTopQualityTester
+ hltJetMetQualityTester
+ hltSusyExoQualityTester
)
13 changes: 7 additions & 6 deletions HLTriggerOffline/Common/python/HLTValidation_cff.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
from HLTriggerOffline.Muon.HLTMuonVal_cff import *
from HLTriggerOffline.Tau.Validation.HLTTauValidation_cff import *
from HLTriggerOffline.Egamma.EgammaValidationAutoConf_cff import *
from HLTriggerOffline.Top.topvalidation_cfi import *
from HLTriggerOffline.Common.FourVectorHLTriggerOffline_cff import *
from HLTriggerOffline.HeavyFlavor.heavyFlavorValidationSequence_cff import *
from HLTriggerOffline.JetMET.Validation.HLTJetMETValidation_cff import *
#from HLTriggerOffline.special.hltAlCaVal_cff import *
from HLTriggerOffline.SUSYBSM.SusyExoValidation_cff import *
from HLTriggerOffline.Higgs.HiggsValidation_cff import *
from HLTriggerOffline.Top.topHLTValidation_cff import *


# offline dqm:
# from DQMOffline.Trigger.DQMOffline_Trigger_cff.py import *
from DQMOffline.Trigger.HLTTauDQMOffline_cff import *
from DQMOffline.Trigger.EgHLTOfflineSource_cfi import *
from DQMOffline.Trigger.topHLTOfflineDQM_cff import *
#from DQMOffline.Trigger.MuonTrigRateAnalyzer_cfi import *
# online dqm:
from DQMOffline.Trigger.HLTMonTau_cfi import *

# additional producer sequence prior to hltvalidation
# to evacuate producers/filters from the EndPath
hltassociation = cms.Sequence( egammaSelectors )
Expand All @@ -27,7 +28,8 @@
HLTMuonVal
+HLTTauVal
+egammaValidationSequence
+HLTTopVal
+topHLTriggerOfflineDQM
+topHLTriggerValidation
+HLTFourVector
+heavyFlavorValidationSequence
+HLTJetMETValSeq
Expand All @@ -48,7 +50,8 @@
HLTMuonVal_FastSim
+HLTTauValFS
+egammaValidationSequenceFS
+HLTTopVal
+topHLTriggerOfflineDQM
+topHLTriggerValidation
+HLTFourVector
+heavyFlavorValidationSequence
+HLTJetMETValSeq
Expand All @@ -59,7 +62,6 @@

hltvalidation_preprod = cms.Sequence(
HLTTauVal
+HLTTopVal
+HLTFourVector
+heavyFlavorValidationSequence
+HLTSusyExoValSeq
Expand All @@ -68,7 +70,6 @@

hltvalidation_preprod_fastsim = cms.Sequence(
HLTTauVal
+HLTTopVal
+HLTFourVector
+heavyFlavorValidationSequence
+HLTSusyExoValSeq_FastSim
Expand Down
3 changes: 3 additions & 0 deletions HLTriggerOffline/Top/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<use name="FWCore/Framework"/>
<use name="FWCore/Common"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/ParameterSet"/>
<use name="DQMServices/Core"/>
<use name="DataFormats/Common"/>
<use name="CommonTools/UtilAlgos"/>
<use name="PhysicsTools/UtilAlgos"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="DataFormats/Math"/>
<use name="SimDataFormats/Track"/>
Expand Down
145 changes: 0 additions & 145 deletions HLTriggerOffline/Top/interface/HLTEfficiencyCalculator.h

This file was deleted.

Loading