CMS 3D CMS Logo

PFClusteringEdgeVarsSoA.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFRecHitProducer_interface_PFClusteringEdgeVarsSoA_h
2 #define RecoParticleFlow_PFRecHitProducer_interface_PFClusteringEdgeVarsSoA_h
3 
7 
8 namespace reco {
9 
10  GENERATE_SOA_LAYOUT(PFClusteringEdgeVarsSoALayout,
11  SOA_COLUMN(int, pfrh_edgeIdx), // needs nRH + 1 allocation
12  SOA_COLUMN(int, pfrh_edgeList)) // needs nRH + maxNeighbors allocation
13 
15 } // namespace reco
16 
17 #endif
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition: SoALayout.h:431
fixed size matrix
#define SOA_COLUMN(TYPE, NAME)
Definition: SoACommon.h:564