#include <SiStripDetInfoFileReader.h>
Public Member Functions | |
DetInfo () | |
DetInfo (unsigned short _nApvs, double _stripLength, float _thickness) | |
Public Attributes | |
unsigned short | nApvs |
double | stripLength |
float | thickness |
Definition at line 35 of file SiStripDetInfoFileReader.h.
SiStripDetInfoFileReader::DetInfo::DetInfo | ( | ) | [inline] |
Definition at line 37 of file SiStripDetInfoFileReader.h.
{};
SiStripDetInfoFileReader::DetInfo::DetInfo | ( | unsigned short | _nApvs, |
double | _stripLength, | ||
float | _thickness | ||
) | [inline] |
Definition at line 38 of file SiStripDetInfoFileReader.h.
: nApvs(_nApvs),stripLength(_stripLength),thickness(_thickness){};
unsigned short SiStripDetInfoFileReader::DetInfo::nApvs |
Definition at line 39 of file SiStripDetInfoFileReader.h.
Definition at line 42 of file SiStripDetInfoFileReader.h.
Definition at line 43 of file SiStripDetInfoFileReader.h.