CMS 3D CMS Logo

classes.h
Go to the documentation of this file.
2 
4  struct dictionary {
5  std::vector< std::vector<FedChannelConnection> > tmp1;
6 
7 #ifdef SISTRIPCABLING_USING_NEW_STRUCTURE
8 
9 // SiStripFedCabling::Registry temp12;
10 
11 #endif
12 
13  std::vector<SiStripThreshold::Container> tmp22;
14  std::vector< SiStripThreshold::DetRegistry > tmp24;
15 
16  std::vector<Phase2TrackerModule> vp2m;
17 
18  };
19 }
20 
std::vector< SiStripThreshold::DetRegistry > tmp24
Definition: classes.h:14
std::vector< SiStripThreshold::Container > tmp22
Definition: classes.h:13
std::vector< Phase2TrackerModule > vp2m
Definition: classes.h:16
std::vector< std::vector< FedChannelConnection > > tmp1
Definition: classes.h:5