src
RecoParticleFlow
PFClusterProducer
interface
PFClusteringEdgeVarsSoA.h
Go to the documentation of this file.
1
#ifndef RecoParticleFlow_PFRecHitProducer_interface_PFClusteringEdgeVarsSoA_h
2
#define RecoParticleFlow_PFRecHitProducer_interface_PFClusteringEdgeVarsSoA_h
3
4
#include "
DataFormats/SoATemplate/interface/SoACommon.h
"
5
#include "
DataFormats/SoATemplate/interface/SoALayout.h
"
6
#include "
DataFormats/SoATemplate/interface/SoAView.h
"
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
14
using
PFClusteringEdgeVarsSoA
=
PFClusteringEdgeVarsSoALayout
<>;
15
}
// namespace reco
16
17
#endif
SoAView.h
GENERATE_SOA_LAYOUT
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition:
SoALayout.h:431
SoALayout.h
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::PFClusteringEdgeVarsSoALayout
Definition:
PFClusteringEdgeVarsSoA.h:12
SoACommon.h
SOA_COLUMN
#define SOA_COLUMN(TYPE, NAME)
Definition:
SoACommon.h:564
Generated for CMSSW Reference Manual by
1.8.14