CMS 3D CMS Logo

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

#include <SiStripDetInfoFileReader.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 32 of file SiStripDetInfoFileReader.h.

Constructor & Destructor Documentation

◆ DetInfo() [1/2]

SiStripDetInfoFileReader::DetInfo::DetInfo ( )
inline

Definition at line 33 of file SiStripDetInfoFileReader.h.

33 {};

◆ DetInfo() [2/2]

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

Definition at line 34 of file SiStripDetInfoFileReader.h.

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

Member Data Documentation

◆ nApvs

unsigned short SiStripDetInfoFileReader::DetInfo::nApvs

Definition at line 35 of file SiStripDetInfoFileReader.h.

◆ stripLength

double SiStripDetInfoFileReader::DetInfo::stripLength

Definition at line 38 of file SiStripDetInfoFileReader.h.

◆ thickness

float SiStripDetInfoFileReader::DetInfo::thickness

Definition at line 39 of file SiStripDetInfoFileReader.h.

SiStripDetInfoFileReader::DetInfo::stripLength
double stripLength
Definition: SiStripDetInfoFileReader.h:38
SiStripDetInfoFileReader::DetInfo::nApvs
unsigned short nApvs
Definition: SiStripDetInfoFileReader.h:35
SiStripDetInfoFileReader::DetInfo::thickness
float thickness
Definition: SiStripDetInfoFileReader.h:39