Skip to content

Commit

Permalink
Merge pull request #6802 from deguio/cleanL1config
Browse files Browse the repository at this point in the history
Clean l1 configs
  • Loading branch information
ktf committed Dec 7, 2014
2 parents fe8cca7 + 6edf11a commit a1b34ee
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 324 deletions.
49 changes: 0 additions & 49 deletions DQMOffline/L1Trigger/doc/L1Trigger.doc

This file was deleted.

7 changes: 0 additions & 7 deletions DQMOffline/L1Trigger/python/L1TEfficiencyEG_Offline_cfi.py

This file was deleted.

7 changes: 0 additions & 7 deletions DQMOffline/L1Trigger/python/L1TEfficiencyJets_Offline_cfi.py

This file was deleted.

70 changes: 0 additions & 70 deletions DQMOffline/L1Trigger/python/L1TRate_Harvest_cfi.py

This file was deleted.

4 changes: 0 additions & 4 deletions DQMOffline/L1Trigger/python/L1TSync_Harvest_cff.py
Expand Up @@ -18,7 +18,3 @@



# L1 synchronization DQM module
from DQMOffline.L1Trigger.L1TSync_Harvest_cfi import *


105 changes: 0 additions & 105 deletions DQMOffline/L1Trigger/python/L1TSync_Harvest_cfi.py

This file was deleted.

11 changes: 0 additions & 11 deletions DQMOffline/L1Trigger/python/L1TriggerDqmOffline_cff.py
Expand Up @@ -32,9 +32,6 @@
dqmEnvL1TriggerReco = DQMServices.Components.DQMEnvironment_cfi.dqmEnv.clone()
dqmEnvL1TriggerReco.subSystemFolder = 'L1T/L1TriggerVsReco'

from DQMOffline.L1Trigger.L1TriggerRecoDQM_cff import *


#
# DQM L1 Trigger Emulator in offline environment
# Run also the L1HwVal producers (L1 Trigger emulators)
Expand All @@ -50,7 +47,6 @@
from DQMOffline.L1Trigger.L1TEmulatorMonitorOffline_cff import *

# DQM Offline Step 2 cfi/cff imports
from DQMOffline.L1Trigger.L1TSync_Harvest_cfi import *
from DQMOffline.L1Trigger.L1TEmulatorMonitorClientOffline_cff import *
from DQMOffline.L1Trigger.L1TEmulatorMonitorClientOffline_cff import *

Expand All @@ -66,7 +62,6 @@

l1TriggerOffline = cms.Sequence(
l1TriggerOnline
* l1TriggerRecoDQM
* dqmEnvL1TriggerReco
)

Expand All @@ -93,7 +88,6 @@
# DQM Offline Step 2 sequence
l1TriggerDqmOfflineClient = cms.Sequence(
l1tMonitorClient
* l1tSync_Harvest
* l1EmulatorMonitorClient
)

Expand Down Expand Up @@ -121,7 +115,6 @@
#

#l1TriggerOffline.remove(l1TriggerOnline)
#l1TriggerOffline.remove(l1TriggerRecoDQM)


# l1tMonitorOnline sequence, defined in DQM/L1TMonitor/python/L1TMonitor_cff.py
Expand Down Expand Up @@ -159,10 +152,6 @@
#
#l1HwValEmulatorMonitor.remove(l1EmulatorMonitor)


# DQM second step (harvesting)
#

#l1TriggerDqmOfflineClient.remove(l1tMonitorClient)
#l1TriggerDqmOfflineClient.remove(l1EmulatorMonitorClient)

Expand Down
38 changes: 0 additions & 38 deletions DQMOffline/L1Trigger/python/L1TriggerRecoDQM_cff.py

This file was deleted.

33 changes: 0 additions & 33 deletions DQMOffline/L1Trigger/python/l1ExtraRecoDQM_cfi.py

This file was deleted.

0 comments on commit a1b34ee

Please sign in to comment.