ClusterTask
(in DQM/EcalMonitorTasks
) depends on legacy L1T Global Trigger information
#46715
Labels
ClusterTask
(in DQM/EcalMonitorTasks
) depends on legacy L1T Global Trigger information
#46715
While reviewing the Ecal online DQM code in order to work around the issues reported at CMSALCAFAST-94, I noticed that
ClusterTask
(in theDQM/EcalMonitorTasks
package) doesn't support natively the current (Run3) stage2 L1T, but requires information from the (Run1) legacy global trigger, see for example theClusterTask::beginEvent
function:cmssw/DQM/EcalMonitorTasks/src/ClusterTask.cc
Lines 74 to 176 in a254b79
configured with
cmssw/DQM/EcalMonitorTasks/python/ClusterTask_cfi.py
Lines 27 to 28 in a254b79
This cannot be the desired fashion of pulling out L1T information with current software.
The text was updated successfully, but these errors were encountered: