Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CondCore/GEMPlugins/src/plugins.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@
*/

#include "CondCore/ESSources/interface/registration_macros.h"
#include "CondFormats/GEMObjects/interface/GEMELMap.h"
#include "CondFormats/DataRecord/interface/GEMELMapRcd.h"
#include "CondFormats/GEMObjects/interface/GEMeMap.h"
#include "CondFormats/DataRecord/interface/GEMeMapRcd.h"
#include "CondFormats/GEMObjects/interface/GEMMaskedStrips.h"
#include "CondFormats/DataRecord/interface/GEMMaskedStripsRcd.h"
#include "CondFormats/GEMObjects/interface/GEMDeadStrips.h"
#include "CondFormats/DataRecord/interface/GEMDeadStripsRcd.h"
REGISTER_PLUGIN(GEMELMapRcd, GEMELMap);
REGISTER_PLUGIN(GEMeMapRcd, GEMeMap);
REGISTER_PLUGIN(GEMMaskedStripsRcd, GEMMaskedStrips);
REGISTER_PLUGIN(GEMDeadStripsRcd, GEMDeadStrips);
25 changes: 0 additions & 25 deletions CondFormats/DataRecord/interface/GEMELMapRcd.h

This file was deleted.

15 changes: 0 additions & 15 deletions CondFormats/DataRecord/src/GEMELMapRcd.cc

This file was deleted.

64 changes: 0 additions & 64 deletions CondFormats/GEMObjects/interface/GEMELMap.h

This file was deleted.

88 changes: 0 additions & 88 deletions CondFormats/GEMObjects/interface/GEMROmap.h

This file was deleted.

110 changes: 0 additions & 110 deletions CondFormats/GEMObjects/src/GEMELMap.cc

This file was deleted.

4 changes: 0 additions & 4 deletions CondFormats/GEMObjects/src/T_EventSetup_GEMELMap.cc

This file was deleted.

6 changes: 0 additions & 6 deletions CondFormats/GEMObjects/src/classes_def.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<lcgdict>

<class name="GEMELMap"/>
<class name="GEMELMap::GEMVFatMap"/>
<class name="std::vector<GEMELMap::GEMVFatMap>"/>
<class name="GEMELMap::GEMStripMap"/>
<class name="std::vector<GEMELMap::GEMStripMap>"/>

<class name="GEMeMap"/>
<class name="GEMeMap::GEMChamberMap"/>
<class name="std::vector<GEMeMap::GEMChamberMap>"/>
Expand Down
1 change: 0 additions & 1 deletion CondFormats/GEMObjects/src/headers.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "CondFormats/GEMObjects/interface/GEMELMap.h"
#include "CondFormats/GEMObjects/interface/GEMeMap.h"
#include "CondFormats/GEMObjects/interface/GEMDeadStrips.h"
#include "CondFormats/GEMObjects/interface/GEMMaskedStrips.h"
6 changes: 0 additions & 6 deletions CondFormats/GEMObjects/test/test_serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
#include "CondFormats/GEMObjects/src/headers.h"

int main() {
testSerialization<GEMELMap>();
testSerialization<GEMELMap::GEMVFatMap>();
testSerialization<std::vector<GEMELMap::GEMVFatMap>>();
testSerialization<GEMELMap::GEMStripMap>();
testSerialization<std::vector<GEMELMap::GEMStripMap>>();

testSerialization<GEMeMap>();
testSerialization<GEMeMap::GEMChamberMap>();
testSerialization<std::vector<GEMeMap::GEMChamberMap>>();
Expand Down