CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DataFormats/EgammaReco/interface/BasicCluster.h

Go to the documentation of this file.
00001 #ifndef EgammaReco_BasicCluster_h
00002 #define EgammaReco_BasicCluster_h
00003 
00013 #include "DataFormats/Math/interface/Point3D.h"
00014 #include "Rtypes.h" 
00015 #include "DataFormats/DetId/interface/DetId.h"
00016 #include "DataFormats/CaloRecHit/interface/CaloCluster.h"
00017 
00018 #include <vector>
00019 
00020 namespace reco {
00021   
00022         typedef CaloCluster BasicCluster;
00023 
00064 
00065 
00066 }
00067 
00068 #endif