Skip to content

Commit

Permalink
Remove HLT FourVector from standard validation sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
puigh committed Mar 14, 2014
1 parent 60f01d3 commit 922afdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions HLTriggerOffline/Common/python/HLTValidation_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
+egammaValidationSequence
+topHLTriggerOfflineDQM
+topHLTriggerValidation
+HLTFourVector
#+HLTFourVector
+heavyFlavorValidationSequence
+HLTJetMETValSeq
+HLTSusyExoValSeq
Expand All @@ -52,7 +52,7 @@
+egammaValidationSequenceFS
+topHLTriggerOfflineDQM
+topHLTriggerValidation
+HLTFourVector
#+HLTFourVector
+heavyFlavorValidationSequence
+HLTJetMETValSeq
#+HLTAlCaVal_FastSim
Expand All @@ -62,22 +62,22 @@

hltvalidation_preprod = cms.Sequence(
HLTTauVal
+HLTFourVector
#+HLTFourVector
+heavyFlavorValidationSequence
+HLTSusyExoValSeq
#+HiggsValidationSequence
)

hltvalidation_preprod_fastsim = cms.Sequence(
HLTTauVal
+HLTFourVector
#+HLTFourVector
+heavyFlavorValidationSequence
+HLTSusyExoValSeq_FastSim
#+HiggsValidationSequence
)

hltvalidation_prod = cms.Sequence(
HLTFourVector
#HLTFourVector
)

trigdqm_forValidation = cms.Sequence(
Expand Down

0 comments on commit 922afdd

Please sign in to comment.