-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36627 from seungjin-yang/Moving-GEM-Offline-DQM__…
…from-CMSSW_12_3_0_pre2 Move GEM offline DQM files from DQMOffline/Muon to DQM/GEM
- Loading branch information
Showing
27 changed files
with
70 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DQMOffline/Muon/src/GEMEfficiencyAnalyzer.cc → DQM/GEM/plugins/GEMEfficiencyAnalyzer.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#ifndef DQMOffline_Muon_GEMEfficiencyAnalyzer_h | ||
#define DQMOffline_Muon_GEMEfficiencyAnalyzer_h | ||
#ifndef DQM_GEM_GEMEfficiencyAnalyzer_h | ||
#define DQM_GEM_GEMEfficiencyAnalyzer_h | ||
|
||
/** \class GEMEfficiencyAnalyzer | ||
* | ||
|
@@ -9,7 +9,7 @@ | |
* \author Seungjin Yang <[email protected]> | ||
*/ | ||
|
||
#include "DQMOffline/Muon/interface/GEMOfflineDQMBase.h" | ||
#include "DQM/GEM/interface/GEMOfflineDQMBase.h" | ||
#include "FWCore/Utilities/interface/EDGetToken.h" | ||
#include "FWCore/Framework/interface/ESHandle.h" | ||
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h" | ||
|
@@ -135,4 +135,4 @@ inline bool GEMEfficiencyAnalyzer::isInsideOut(const reco::Track &track) { | |
return track.innerPosition().mag2() > track.outerPosition().mag2(); | ||
} | ||
|
||
#endif // DQMOffline_Muon_GEMEfficiencyAnalyzer_h | ||
#endif // DQM_GEM_GEMEfficiencyAnalyzer_h |
2 changes: 1 addition & 1 deletion
2
...ffline/Muon/src/GEMEfficiencyHarvester.cc → DQM/GEM/plugins/GEMEfficiencyHarvester.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#include "FWCore/PluginManager/interface/ModuleDef.h" | ||
#include "FWCore/Framework/interface/MakerMacros.h" | ||
|
||
#include "DQM/GEM/plugins/GEMEfficiencyAnalyzer.h" | ||
#include "DQM/GEM/plugins/GEMEfficiencyHarvester.h" | ||
|
||
DEFINE_FWK_MODULE(GEMEfficiencyAnalyzer); | ||
DEFINE_FWK_MODULE(GEMEfficiencyHarvester); |
2 changes: 1 addition & 1 deletion
2
...ython/gemEfficiencyAnalyzerCosmics_cfi.py → ...ython/gemEfficiencyAnalyzerCosmics_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../Muon/python/gemEfficiencyAnalyzer_cfi.py → DQM/GEM/python/gemEfficiencyAnalyzer_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...thon/gemEfficiencyHarvesterCosmics_cfi.py → ...thon/gemEfficiencyHarvesterCosmics_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...Muon/python/gemEfficiencyHarvester_cfi.py → DQM/GEM/python/gemEfficiencyHarvester_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Muon/python/gem_dqm_offline_client_cff.py → DQM/GEM/python/gem_dqm_offline_client_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from DQM.GEM.GEMDQMHarvester_cfi import * | ||
from DQMOffline.Muon.gemEfficiencyHarvester_cfi import * | ||
from DQM.GEM.gemEfficiencyHarvester_cfi import * | ||
|
||
gemClients = cms.Sequence( | ||
GEMDQMHarvester * | ||
gemEfficiencyHarvesterTightGlb * | ||
gemEfficiencyHarvesterSta | ||
) | ||
) |
4 changes: 2 additions & 2 deletions
4
...hon/gem_dqm_offline_client_cosmics_cff.py → ...hon/gem_dqm_offline_client_cosmics_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from DQM.GEM.GEMDQMHarvester_cfi import * | ||
from DQMOffline.Muon.gemEfficiencyHarvesterCosmics_cfi import * | ||
from DQM.GEM.gemEfficiencyHarvesterCosmics_cfi import * | ||
|
||
gemClientsCosmics = cms.Sequence( | ||
GEMDQMHarvester * | ||
gemEfficiencyHarvesterCosmics * | ||
gemEfficiencyHarvesterCosmicsOneLeg | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DQMOffline/Muon/src/GEMOfflineDQMBase.cc → DQM/GEM/src/GEMOfflineDQMBase.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.