CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/L1CaloTrigger/interface/L1CaloCollections.h

Go to the documentation of this file.
00001 
00002 #ifndef L1CALOCOLLECTIONS_H
00003 #define L1CALOCOLLECTIONS_H
00004 
00005 #include <vector>
00006 
00007 #include "DataFormats/L1CaloTrigger/interface/L1CaloEmCand.h"
00008 #include "DataFormats/L1CaloTrigger/interface/L1CaloRegion.h"
00009 
00010 typedef std::vector<L1CaloEmCand> L1CaloEmCollection;
00011 typedef std::vector<L1CaloRegion> L1CaloRegionCollection;
00012 
00013 
00014 #endif