CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

SiStripDetInfo::DetInfo::DetInfo ( )
inline

Definition at line 32 of file SiStripDetInfo.h.

32 {};
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

unsigned short SiStripDetInfo::DetInfo::nApvs

Definition at line 34 of file SiStripDetInfo.h.

double SiStripDetInfo::DetInfo::stripLength

Definition at line 37 of file SiStripDetInfo.h.

float SiStripDetInfo::DetInfo::thickness

Definition at line 38 of file SiStripDetInfo.h.