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

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

Definition at line 26 of file PixelClusterTagInfo.h.

References cmsLHEtoEOSManager::l.

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  }
std::vector< int8_t > r008
std::vector< int8_t > r010
std::vector< int8_t > r006
std::vector< int8_t > r004
std::vector< int8_t > rvar
std::vector< unsigned int > rvwt
std::vector< int8_t > r016

Member Function Documentation

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

Definition at line 35 of file PixelClusterTagInfo.h.

38 : public BaseTagInfo {

Member Data Documentation

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

Definition at line 19 of file PixelClusterTagInfo.h.

Referenced by PixelClusterTagInfoProducer::produce().

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

Definition at line 20 of file PixelClusterTagInfo.h.

Referenced by PixelClusterTagInfoProducer::produce().

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

Definition at line 21 of file PixelClusterTagInfo.h.

Referenced by PixelClusterTagInfoProducer::produce().

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

Definition at line 22 of file PixelClusterTagInfo.h.

Referenced by PixelClusterTagInfoProducer::produce().

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

Definition at line 23 of file PixelClusterTagInfo.h.

Referenced by PixelClusterTagInfoProducer::produce().

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

Definition at line 24 of file PixelClusterTagInfo.h.

Referenced by PixelClusterTagInfoProducer::produce().

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

Definition at line 25 of file PixelClusterTagInfo.h.

Referenced by PixelClusterTagInfoProducer::produce().