CMS 3D CMS Logo

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 111 of file CaloTruthAccumulator.cc.

Constructor & Destructor Documentation

VertexProperty::VertexProperty ( )
inline

Definition at line 112 of file CaloTruthAccumulator.cc.

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

Definition at line 114 of file CaloTruthAccumulator.cc.

Member Data Documentation

int VertexProperty::cumulative_simHits

Definition at line 117 of file CaloTruthAccumulator.cc.

const SimTrack* VertexProperty::simTrack

Definition at line 116 of file CaloTruthAccumulator.cc.