CMS 3D CMS Logo

CPPFClusterContainer.h
Go to the documentation of this file.
1 #ifndef L1Trigger_CPPFClusterContainer_h
2 #define L1Trigger_CPPFClusterContainer_h
3 #include <set>
4 class CPPFCluster;
5 typedef std::set<CPPFCluster> CPPFClusterContainer;
6 #endif
std::set< CPPFCluster > CPPFClusterContainer