CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Public Attributes
reco::PixelClusterData Struct Reference

#include <PixelClusterTagInfo.h>

Public Member Functions

 PixelClusterData (unsigned int l=4)
 

Static Public Member Functions

static short Class_Version ()
 

Public Attributes

std::vector< int8_t > r004
 
std::vector< int8_t > r006
 
std::vector< int8_t > r008
 
std::vector< int8_t > r010
 
std::vector< int8_t > r016
 
std::vector< int8_t > rvar
 
std::vector< unsigned int > rvwt
 

Detailed Description

Definition at line 18 of file PixelClusterTagInfo.h.

Constructor & Destructor Documentation

◆ PixelClusterData()

reco::PixelClusterData::PixelClusterData ( unsigned int  l = 4)
inline

Definition at line 26 of file PixelClusterTagInfo.h.

26  {
27  r004 = std::vector<int8_t>(l, 0);
28  r006 = std::vector<int8_t>(l, 0);
29  r008 = std::vector<int8_t>(l, 0);
30  r010 = std::vector<int8_t>(l, 0);
31  r016 = std::vector<int8_t>(l, 0);
32  rvar = std::vector<int8_t>(l, 0);
33  rvwt = std::vector<unsigned int>(l, 0);
34  }

References cmsLHEtoEOSManager::l, r004, r006, r008, r010, r016, rvar, and rvwt.

Member Function Documentation

◆ Class_Version()

static short reco::PixelClusterData::Class_Version ( )
inlinestatic

Definition at line 35 of file PixelClusterTagInfo.h.

38 : public BaseTagInfo {

Member Data Documentation

◆ r004

std::vector<int8_t> reco::PixelClusterData::r004

Definition at line 19 of file PixelClusterTagInfo.h.

Referenced by PixelClusterData().

◆ r006

std::vector<int8_t> reco::PixelClusterData::r006

Definition at line 20 of file PixelClusterTagInfo.h.

Referenced by PixelClusterData().

◆ r008

std::vector<int8_t> reco::PixelClusterData::r008

Definition at line 21 of file PixelClusterTagInfo.h.

Referenced by PixelClusterData().

◆ r010

std::vector<int8_t> reco::PixelClusterData::r010

Definition at line 22 of file PixelClusterTagInfo.h.

Referenced by PixelClusterData().

◆ r016

std::vector<int8_t> reco::PixelClusterData::r016

Definition at line 23 of file PixelClusterTagInfo.h.

Referenced by PixelClusterData().

◆ rvar

std::vector<int8_t> reco::PixelClusterData::rvar

Definition at line 24 of file PixelClusterTagInfo.h.

Referenced by PixelClusterData().

◆ rvwt

std::vector<unsigned int> reco::PixelClusterData::rvwt

Definition at line 25 of file PixelClusterTagInfo.h.

Referenced by PixelClusterData().

reco::PixelClusterData::r010
std::vector< int8_t > r010
Definition: PixelClusterTagInfo.h:22
reco::PixelClusterData::r004
std::vector< int8_t > r004
Definition: PixelClusterTagInfo.h:19
reco::PixelClusterData::rvar
std::vector< int8_t > rvar
Definition: PixelClusterTagInfo.h:24
cmsLHEtoEOSManager.l
l
Definition: cmsLHEtoEOSManager.py:204
reco::PixelClusterData::rvwt
std::vector< unsigned int > rvwt
Definition: PixelClusterTagInfo.h:25
reco::PixelClusterData::r006
std::vector< int8_t > r006
Definition: PixelClusterTagInfo.h:20
reco::PixelClusterData::r008
std::vector< int8_t > r008
Definition: PixelClusterTagInfo.h:21
reco::PixelClusterData::r016
std::vector< int8_t > r016
Definition: PixelClusterTagInfo.h:23