CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
RecoObj Class Reference

#include <RecoObj.h>

Public Member Functions

 RecoObj ()
 
 ~RecoObj ()
 

Public Attributes

int charge
 
float d0
 
float depth
 
float dZ
 
float eta
 
float expChi2
 
float expChi2PU
 
float expProb
 
int id
 
float m
 
int pfType
 
float phi
 
float pt
 
float rapidity
 
float time
 
float trkChi2
 
float vtxChi2
 
int vtxId
 

Detailed Description

Definition at line 4 of file RecoObj.h.

Constructor & Destructor Documentation

RecoObj::RecoObj ( )
inline

Definition at line 7 of file RecoObj.h.

7  :
8  pt(0), eta(0), phi(0), m(0),
9  id(0),pfType(-1),vtxId(-1),
10  trkChi2(0),vtxChi2(0),
11  time(0),depth(0),
12  expProb(0),expChi2PU(0),expChi2(0),
13  dZ(0),d0(0),charge(0)
14  {}
float d0
Definition: RecoObj.h:28
float expChi2
Definition: RecoObj.h:26
int charge
Definition: RecoObj.h:29
float dZ
Definition: RecoObj.h:27
float trkChi2
Definition: RecoObj.h:21
float pt
Definition: RecoObj.h:17
float depth
Definition: RecoObj.h:23
int id
Definition: RecoObj.h:18
float phi
Definition: RecoObj.h:17
float vtxChi2
Definition: RecoObj.h:22
float time
Definition: RecoObj.h:23
float m
Definition: RecoObj.h:17
float eta
Definition: RecoObj.h:17
float expChi2PU
Definition: RecoObj.h:25
float expProb
Definition: RecoObj.h:24
int pfType
Definition: RecoObj.h:19
int vtxId
Definition: RecoObj.h:20
RecoObj::~RecoObj ( )
inline

Definition at line 15 of file RecoObj.h.

15 {}

Member Data Documentation

int RecoObj::charge
float RecoObj::d0

Definition at line 28 of file RecoObj.h.

Referenced by PuppiProducer::produce().

float RecoObj::depth
float RecoObj::dZ

Definition at line 27 of file RecoObj.h.

Referenced by PuppiProducer::produce().

float RecoObj::eta
float RecoObj::expChi2

Definition at line 26 of file RecoObj.h.

float RecoObj::expChi2PU

Definition at line 25 of file RecoObj.h.

float RecoObj::expProb

Definition at line 24 of file RecoObj.h.

int RecoObj::id

Definition at line 18 of file RecoObj.h.

Referenced by NodeCut.MatchId::match(), and PuppiProducer::produce().

float RecoObj::m

Definition at line 17 of file RecoObj.h.

Referenced by PuppiProducer::produce().

int RecoObj::pfType

Definition at line 19 of file RecoObj.h.

float RecoObj::phi

Definition at line 17 of file RecoObj.h.

Referenced by Particle.Particle::__str__(), and PuppiProducer::produce().

float RecoObj::pt
float RecoObj::rapidity

Definition at line 17 of file RecoObj.h.

Referenced by PuppiProducer::produce().

float RecoObj::time

Definition at line 23 of file RecoObj.h.

float RecoObj::trkChi2

Definition at line 21 of file RecoObj.h.

float RecoObj::vtxChi2

Definition at line 22 of file RecoObj.h.

int RecoObj::vtxId

Definition at line 20 of file RecoObj.h.