Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:25

0001 
0002 #ifndef L1CALOCOLLECTIONS_H
0003 #define L1CALOCOLLECTIONS_H
0004 
0005 #include <vector>
0006 
0007 #include "DataFormats/L1CaloTrigger/interface/L1CaloEmCand.h"
0008 #include "DataFormats/L1CaloTrigger/interface/L1CaloRegion.h"
0009 
0010 typedef std::vector<L1CaloEmCand> L1CaloEmCollection;
0011 typedef std::vector<L1CaloRegion> L1CaloRegionCollection;
0012 
0013 #endif