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
spr::simTkInfo Struct Reference

#include <MatchingSimTrack.h>

Public Member Functions

 simTkInfo ()
 

Public Attributes

double charge
 
bool found
 
int pdgId
 

Detailed Description

Definition at line 28 of file MatchingSimTrack.h.

Constructor & Destructor Documentation

spr::simTkInfo::simTkInfo ( )
inline

Definition at line 29 of file MatchingSimTrack.h.

References charge, found, and pdgId.

29  {
30  found = false;
31  pdgId = 0;
32  charge = -99;
33  }

Member Data Documentation

double spr::simTkInfo::charge

Definition at line 36 of file MatchingSimTrack.h.

Referenced by spr::matchedSimTrackInfo(), and simTkInfo().

bool spr::simTkInfo::found

Definition at line 34 of file MatchingSimTrack.h.

Referenced by spr::matchedSimTrackInfo(), and simTkInfo().

int spr::simTkInfo::pdgId