CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
HGCalParameters::tileInfo Struct Reference

#include <HGCalParameters.h>

Public Member Functions

 tileInfo (int32_t t=0, int32_t s=0, int32_t h1=0, int32_t h2=0, int32_t h3=0, int32_t h4=0)
 

Public Attributes

int32_t cassette
 
int32_t hex [4]
 
int32_t sipm
 
int32_t type
 

Detailed Description

Definition at line 21 of file HGCalParameters.h.

Constructor & Destructor Documentation

◆ tileInfo()

HGCalParameters::tileInfo::tileInfo ( int32_t  t = 0,
int32_t  s = 0,
int32_t  h1 = 0,
int32_t  h2 = 0,
int32_t  h3 = 0,
int32_t  h4 = 0 
)
inline

Definition at line 23 of file HGCalParameters.h.

References hex.

24  : type(t), sipm(s) {
25  hex[0] = h1;
26  hex[1] = h2;
27  hex[2] = h3;
28  hex[3] = h4;
29  };

Member Data Documentation

◆ cassette

int32_t HGCalParameters::tileInfo::cassette

Definition at line 22 of file HGCalParameters.h.

◆ hex

int32_t HGCalParameters::tileInfo::hex[4]

Definition at line 22 of file HGCalParameters.h.

Referenced by tileInfo().

◆ sipm

int32_t HGCalParameters::tileInfo::sipm

Definition at line 22 of file HGCalParameters.h.

◆ type

int32_t HGCalParameters::tileInfo::type