Skip to content

Commit

Permalink
Merge pull request #25828 from Dr15Jones/removeDictionaryFastSimDataF…
Browse files Browse the repository at this point in the history
…ormats

Modernize dictionary generation in FastSimDataFormats
  • Loading branch information
cmsbuild committed Feb 6, 2019
2 parents 730f361 + cc21c03 commit 0a69ce4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 68 deletions.
18 changes: 0 additions & 18 deletions FastSimDataFormats/CTPPSFastSim/src/classes.h
Expand Up @@ -8,21 +8,3 @@

#include <vector>

namespace FastSimDataFormats_CTPPSFastSim {
struct dictionary {


//--- fastsim objects
CTPPSFastTrack xxxxt;
edm::CTPPSFastTrackContainer sxxxxt;
edm::Wrapper<edm::CTPPSFastTrackContainer> dummy1;
std::vector<const CTPPSFastTrack*> dummy2;

CTPPSFastRecHit xxxxr;
edm::CTPPSFastRecHitContainer sxxxxr;
edm::Wrapper<edm::CTPPSFastRecHitContainer> dummy3;
std::vector<const CTPPSFastRecHit*> dummy4;


};
}
25 changes: 0 additions & 25 deletions FastSimDataFormats/External/src/classes.h
Expand Up @@ -2,28 +2,3 @@
#include "FastSimDataFormats/External/interface/FastTrackerClusterCollection.h"
#include "DataFormats/Common/interface/Wrapper.h"

namespace FastSimDataFormats_External {
struct dictionary { // dummy is a dummy

FastL1BitInfoCollection dummy01;
edm::Wrapper<FastL1BitInfoCollection> dummy02;

FastTrackerCluster d1;
FastTrackerClusterCollection d2;
edm::Wrapper<FastTrackerClusterCollection> d3;

edm::ClonePolicy<FastTrackerCluster> d4;
edm::OwnVector<FastTrackerCluster,edm::ClonePolicy<FastTrackerCluster> > d5;

edm::Wrapper< edm::RangeMap<unsigned int,
edm::OwnVector<FastTrackerCluster,
edm::ClonePolicy<FastTrackerCluster> >,
edm::ClonePolicy<FastTrackerCluster> > > d7;

edm::Ref<edm::RangeMap<unsigned int,edm::OwnVector<FastTrackerCluster,
edm::ClonePolicy<FastTrackerCluster> >,edm::ClonePolicy<FastTrackerCluster> >,FastTrackerCluster,
edm::refhelper::FindUsingAdvance<edm::RangeMap<unsigned int,edm::OwnVector<FastTrackerCluster,
edm::ClonePolicy<FastTrackerCluster> >,edm::ClonePolicy<FastTrackerCluster> >,FastTrackerCluster> > d8;

};
}
19 changes: 0 additions & 19 deletions FastSimDataFormats/NuclearInteractions/src/classes.h
Expand Up @@ -14,22 +14,3 @@
#include <DataFormats/Common/interface/ClonePolicy.h>


namespace FastSimDataFormats_NuclearInteractions {
struct dictionary {

FSimVertexType dummy0;
std::vector<FSimVertexType> dummy1;
edm::Wrapper< std::vector<FSimVertexType> > dummy2;
edm::Ref< std::vector<FSimVertexType>, FSimVertexType, edm::refhelper::FindUsingAdvance< std::vector<FSimVertexType>, FSimVertexType> > dummy3;




FSimDisplacedVertex dummy4;
std::vector<FSimDisplacedVertex> dummy5;
edm::Wrapper< std::vector<FSimDisplacedVertex> > dummy6;
edm::Ref< std::vector<FSimDisplacedVertex>, FSimDisplacedVertex, edm::refhelper::FindUsingAdvance< std::vector<FSimDisplacedVertex>, FSimDisplacedVertex> > dummy7;


};
}
6 changes: 0 additions & 6 deletions FastSimDataFormats/PileUpEvents/src/classes.h
@@ -1,8 +1,2 @@
#include "FastSimDataFormats/PileUpEvents/interface/PUEvent.h"

namespace FastSimDataFormats_PileUpEvents {
struct dictionary {


};
}

0 comments on commit 0a69ce4

Please sign in to comment.