CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
SiStripDetInfo::DetInfo Struct Reference

#include <SiStripDetInfo.h>

Public Member Functions

 DetInfo ()
 
 DetInfo (unsigned short _nApvs, double _stripLength, float _thickness)
 

Public Attributes

unsigned short nApvs
 
double stripLength
 
float thickness
 

Detailed Description

Definition at line 31 of file SiStripDetInfo.h.

Constructor & Destructor Documentation

◆ DetInfo() [1/2]

SiStripDetInfo::DetInfo::DetInfo ( )
inline

Definition at line 32 of file SiStripDetInfo.h.

32 {}

◆ DetInfo() [2/2]

SiStripDetInfo::DetInfo::DetInfo ( unsigned short  _nApvs,
double  _stripLength,
float  _thickness 
)
inline

Definition at line 33 of file SiStripDetInfo.h.

34  : nApvs(_nApvs), stripLength(_stripLength), thickness(_thickness) {}

Member Data Documentation

◆ nApvs

unsigned short SiStripDetInfo::DetInfo::nApvs

Definition at line 36 of file SiStripDetInfo.h.

◆ stripLength

double SiStripDetInfo::DetInfo::stripLength

Definition at line 37 of file SiStripDetInfo.h.

◆ thickness

float SiStripDetInfo::DetInfo::thickness

Definition at line 38 of file SiStripDetInfo.h.