CMS 3D CMS Logo

PFRecHitFractionSoA.h
Go to the documentation of this file.
1 #ifndef DataFormats_ParticleFlowReco_interface_PFRecHitFractionSoA_h
2 #define DataFormats_ParticleFlowReco_interface_PFRecHitFractionSoA_h
3 
7 
8 namespace reco {
9 
10  GENERATE_SOA_LAYOUT(PFRecHitFractionSoALayout,
11  SOA_COLUMN(float, frac),
12  SOA_COLUMN(int, pfrhIdx),
13  SOA_COLUMN(int, pfcIdx))
14 
16 } // namespace reco
17 
18 #endif // DataFormats_ParticleFlowReco_interface_PFRecHitFractionSoA_h
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition: SoALayout.h:431
fixed size matrix
#define SOA_COLUMN(TYPE, NAME)
Definition: SoACommon.h:564