File indexing completed on 2025-06-26 23:27:06
0001 #ifndef RecoParticleFlow_PFRecHitProducer_interface_PFClusteringEdgeVarsSoA_h
0002 #define RecoParticleFlow_PFRecHitProducer_interface_PFClusteringEdgeVarsSoA_h
0003
0004 #include "DataFormats/SoATemplate/interface/SoACommon.h"
0005 #include "DataFormats/SoATemplate/interface/SoALayout.h"
0006
0007 namespace reco {
0008
0009 GENERATE_SOA_LAYOUT(PFClusteringEdgeVarsSoALayout,
0010 SOA_COLUMN(int, pfrh_edgeIdx),
0011 SOA_COLUMN(int, pfrh_edgeList))
0012
0013 using PFClusteringEdgeVarsSoA = PFClusteringEdgeVarsSoALayout<>;
0014 }
0015
0016 #endif