Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize dictionary generation in FastSimDataFormats #25828

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 {


};
}