File indexing completed on 2023-03-17 10:50:50
0001 #ifndef ParticleFlowReco_PFBlockFwd_h
0002 #define ParticleFlowReco_PFBlockFwd_h
0003 #include <vector>
0004
0005 #include "DataFormats/Common/interface/Ref.h"
0006
0007
0008
0009 namespace reco {
0010 class PFBlock;
0011
0012
0013 typedef std::vector<PFBlock> PFBlockCollection;
0014
0015
0016 typedef std::vector<PFBlock> PFBlockCollection;
0017
0018
0019 typedef edm::Ref<PFBlockCollection> PFBlockRef;
0020
0021
0022 typedef edm::Handle<PFBlockCollection> PFBlockHandle;
0023
0024
0025
0026 }
0027
0028 #endif