CMS 3D CMS Logo

PFRecHitParamsSoA.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFRecHitProducer_interface_PFRecHitParamsSoA_h
2 #define RecoParticleFlow_PFRecHitProducer_interface_PFRecHitParamsSoA_h
3 
4 #include <Eigen/Core>
5 #include <Eigen/Dense>
6 
10 
11 // This data structure is an implementation detail of the
12 // RecoParticleFlow/PFRecHitProducer subpackage. Due to Alpaka build rules,
13 // it has to be located in the interface+src directories.
14 namespace reco {
17  SOA_COLUMN(float, energyThresholds),
19 
22 } // namespace reco
23 
24 #endif // RecoParticleFlow_PFRecHitProducer_interface_PFRecHitParamsSoA_h
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition: SoALayout.h:431
#define SOA_SCALAR(TYPE, NAME)
Definition: SoACommon.h:563
fixed size matrix
#define SOA_COLUMN(TYPE, NAME)
Definition: SoACommon.h:564