CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
VertexProperty Struct Reference

Public Member Functions

 VertexProperty ()
 
 VertexProperty (const SimTrack *t, int c)
 
 VertexProperty (const VertexProperty &other)
 

Public Attributes

int cumulative_simHits
 
const SimTracksimTrack
 

Detailed Description

Definition at line 113 of file CaloTruthAccumulator.cc.

Constructor & Destructor Documentation

VertexProperty::VertexProperty ( )
inline

Definition at line 114 of file CaloTruthAccumulator.cc.

114 : simTrack(nullptr), cumulative_simHits(0) {}
const SimTrack * simTrack
VertexProperty::VertexProperty ( const SimTrack t,
int  c 
)
inline

Definition at line 115 of file CaloTruthAccumulator.cc.

115 : simTrack(t), cumulative_simHits(c) {}
const edm::EventSetup & c
const SimTrack * simTrack
VertexProperty::VertexProperty ( const VertexProperty other)
inline

Definition at line 116 of file CaloTruthAccumulator.cc.

Member Data Documentation

int VertexProperty::cumulative_simHits

Definition at line 119 of file CaloTruthAccumulator.cc.

const SimTrack* VertexProperty::simTrack

Definition at line 118 of file CaloTruthAccumulator.cc.