Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:40

0001 #ifndef CaloAnalysis_MtdSimClusterFwd_h
0002 #define CaloAnalysis_MtdSimClusterFwd_h
0003 #include "DataFormats/Common/interface/Ref.h"
0004 #include "DataFormats/Common/interface/RefProd.h"
0005 #include "DataFormats/Common/interface/RefVector.h"
0006 #include <vector>
0007 
0008 class MtdSimCluster;
0009 typedef std::vector<MtdSimCluster> MtdSimClusterCollection;
0010 typedef edm::Ref<MtdSimClusterCollection> MtdSimClusterRef;
0011 typedef edm::RefVector<MtdSimClusterCollection> MtdSimClusterRefVector;
0012 typedef edm::RefProd<MtdSimClusterCollection> MtdSimClusterRefProd;
0013 typedef edm::RefVector<MtdSimClusterCollection> MtdSimClusterContainer;
0014 
0015 std::ostream &operator<<(std::ostream &s, MtdSimCluster const &tp);
0016 
0017 #endif