#include <CalibTracker/SiStripCommon/interface/SiStripDetInfoFileReader.h>
Public Member Functions | |
DetInfo (unsigned short _nApvs, double _stripLength, float _thickness) | |
DetInfo () | |
Public Attributes | |
unsigned short | nApvs |
double | stripLength |
float | thickness |
Definition at line 33 of file SiStripDetInfoFileReader.h.
SiStripDetInfoFileReader::DetInfo::DetInfo | ( | ) | [inline] |
SiStripDetInfoFileReader::DetInfo::DetInfo | ( | unsigned short | _nApvs, | |
double | _stripLength, | |||
float | _thickness | |||
) | [inline] |
Definition at line 36 of file SiStripDetInfoFileReader.h.
00036 : 00037 nApvs(_nApvs),stripLength(_stripLength),thickness(_thickness){};
unsigned short SiStripDetInfoFileReader::DetInfo::nApvs |
Definition at line 37 of file SiStripDetInfoFileReader.h.
Definition at line 40 of file SiStripDetInfoFileReader.h.
Definition at line 41 of file SiStripDetInfoFileReader.h.