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

Constructor & Destructor Documentation

◆ VertexProperty() [1/3]

VertexProperty::VertexProperty ( )
inline

Definition at line 114 of file CaloTruthAccumulator.cc.

114 : simTrack(nullptr), cumulative_simHits(0) {}
const SimTrack * simTrack

◆ VertexProperty() [2/3]

VertexProperty::VertexProperty ( const SimTrack t,
int  c 
)
inline

◆ VertexProperty() [3/3]

VertexProperty::VertexProperty ( const VertexProperty other)
inline

Definition at line 116 of file CaloTruthAccumulator.cc.

117  : simTrack(other.simTrack), cumulative_simHits(other.cumulative_simHits) {}
const SimTrack * simTrack

Member Data Documentation

◆ cumulative_simHits

int VertexProperty::cumulative_simHits

Definition at line 119 of file CaloTruthAccumulator.cc.

◆ simTrack

const SimTrack* VertexProperty::simTrack

Definition at line 118 of file CaloTruthAccumulator.cc.