CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
VertexProperty Struct Reference

#include <DecayGraph.h>

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 66 of file DecayGraph.h.

Constructor & Destructor Documentation

◆ VertexProperty() [1/3]

VertexProperty::VertexProperty ( )
inline

Definition at line 67 of file DecayGraph.h.

67 : simTrack(nullptr), cumulative_simHits(0) {}
const SimTrack * simTrack
Definition: DecayGraph.h:71
int cumulative_simHits
Definition: DecayGraph.h:72

◆ VertexProperty() [2/3]

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

◆ VertexProperty() [3/3]

VertexProperty::VertexProperty ( const VertexProperty other)
inline

Definition at line 69 of file DecayGraph.h.

70  : simTrack(other.simTrack), cumulative_simHits(other.cumulative_simHits) {}
const SimTrack * simTrack
Definition: DecayGraph.h:71
int cumulative_simHits
Definition: DecayGraph.h:72

Member Data Documentation

◆ cumulative_simHits

int VertexProperty::cumulative_simHits

Definition at line 72 of file DecayGraph.h.

◆ simTrack

const SimTrack* VertexProperty::simTrack

Definition at line 71 of file DecayGraph.h.