CMS 3D CMS Logo

classes.h
Go to the documentation of this file.
1 /*
2  * ========================================================================
3  *
4  * Description: Define dataformats for L1RecoMatch, L1 Global object.
5  *
6  * ========================================================================
7  */
8 
11 
12 namespace {
13 
14  L1RecoMatch dummyMatch;
15  L1GObject dummyL1G;
16  std::vector<L1GObject> dummyL1GCollection;
17  edm::Wrapper<std::vector<L1GObject> > dummyL1GWrapper;
18 
19 }