CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
classes.h
Go to the documentation of this file.
1 #ifndef RPCDIGISIMLINK_CLASSES_H
2 #define RPCDIGISIMLINK_CLASSES_H
3 
9 #include <vector>
10 #include <map>
11 
12 
14 
15 namespace {
16  struct dictionary {
17  edm::Wrapper<RPCDigiSimLink> RPCDigiSimLinkWrapper;
18  edm::Wrapper< std::vector<RPCDigiSimLink> > RPCDigiSimLinkVector;
19 
20  edm::Wrapper< edm::DetSet<RPCDigiSimLink> > RPCDigiSimLinkDetSetWrapper;
21  edm::Wrapper< std::vector<edm::DetSet<RPCDigiSimLink> > > RPCDigiSimLinkVectorDetSet;
22  edm::Wrapper< edm::DetSetVector<RPCDigiSimLink> > RPCDigiSimLinkDetSetVectorWrapper;
23  };
24 }
25 
26 #endif // RPCDIGISIMLINK_CLASSES_H
27 
28