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() [1/3]

VertexProperty::VertexProperty ( )
inline

Definition at line 112 of file CaloTruthAccumulator.cc.

112 : simTrack(nullptr), cumulative_simHits(0) {}

◆ VertexProperty() [2/3]

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

Definition at line 113 of file CaloTruthAccumulator.cc.

◆ VertexProperty() [3/3]

VertexProperty::VertexProperty ( const VertexProperty other)
inline

Definition at line 114 of file CaloTruthAccumulator.cc.

115  : simTrack(other.simTrack), cumulative_simHits(other.cumulative_simHits) {}

Member Data Documentation

◆ cumulative_simHits

int VertexProperty::cumulative_simHits

Definition at line 117 of file CaloTruthAccumulator.cc.

◆ simTrack

const SimTrack* VertexProperty::simTrack

Definition at line 116 of file CaloTruthAccumulator.cc.

VertexProperty::cumulative_simHits
int cumulative_simHits
Definition: CaloTruthAccumulator.cc:117
trackingPlots.other
other
Definition: trackingPlots.py:1465
OrderedSet.t
t
Definition: OrderedSet.py:90
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
VertexProperty::simTrack
const SimTrack * simTrack
Definition: CaloTruthAccumulator.cc:116