Skip to content

Commit

Permalink
make the old style (containing Phase1) plugin name visbile for the be…
Browse files Browse the repository at this point in the history
…nefit of the HLT menu. To be removed!
  • Loading branch information
mmusich committed Dec 9, 2022
1 parent 4db5f47 commit dfe16cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DQM/SiPixelHeterogeneous/plugins/SiPixelCompareVertexSoA.cc
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,6 @@ void SiPixelCompareVertexSoA::fillDescriptions(edm::ConfigurationDescriptions& d
descriptions.addWithDefaultLabel(desc);
}
DEFINE_FWK_MODULE(SiPixelCompareVertexSoA);

using SiPixelPhase1CompareVertexSoA = SiPixelCompareVertexSoA;
DEFINE_FWK_MODULE(SiPixelPhase1CompareVertexSoA);
3 changes: 3 additions & 0 deletions DQM/SiPixelHeterogeneous/plugins/SiPixelMonitorVertexSoA.cc
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ void SiPixelMonitorVertexSoA::fillDescriptions(edm::ConfigurationDescriptions& d
descriptions.addWithDefaultLabel(desc);
}
DEFINE_FWK_MODULE(SiPixelMonitorVertexSoA);

using SiPixelPhase1MonitorVertexSoA = SiPixelMonitorVertexSoA;
DEFINE_FWK_MODULE(SiPixelPhase1MonitorVertexSoA);

0 comments on commit dfe16cb

Please sign in to comment.