CMS 3D CMS Logo

L1CaloCollections.h
Go to the documentation of this file.
1 
2 #ifndef L1CALOCOLLECTIONS_H
3 #define L1CALOCOLLECTIONS_H
4 
5 #include <vector>
6 
9 
10 typedef std::vector<L1CaloEmCand> L1CaloEmCollection;
11 typedef std::vector<L1CaloRegion> L1CaloRegionCollection;
12 
13 #endif
L1CaloEmCand.h
L1CaloEmCollection
std::vector< L1CaloEmCand > L1CaloEmCollection
Definition: L1CaloCollections.h:10
L1CaloRegionCollection
std::vector< L1CaloRegion > L1CaloRegionCollection
Definition: L1CaloCollections.h:11
L1CaloRegion.h