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.
5 #include <vector>
6 
7 namespace {
8  struct dictionary {
9  PHcalTB04Info theInfo4;
10  edm::Wrapper<PHcalTB04Info> theTB04Info;
11  std::vector<PHcalTB06Info::Vtx> dummy1;
12  std::vector<PHcalTB06Info::Hit> dummy2;
13  PHcalTB06Info theInfo6;
14  edm::Wrapper<PHcalTB06Info> theTB06Info;
15  HcalTB02HistoClass theHcalTB02Histo;
16  edm::Wrapper<HcalTB02HistoClass> theHcalTB02HistoClass;
17  };
18 }