ATLAS Offline Software
Loading...
Searching...
No Matches
SiDetectorDesign.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// SiDetectorDesign.cxx
7// Implementation file for class SiDetectorDesign
9// (c) ATLAS Detector software
11// Version 3.0 05/05/2001 David Calvet
12// Modified: Grant Gorfine
14
17
18namespace InDetDD {
19// Constructor with parameters:
33
34// Constructor with axis parameters:
36 bool phiSymmetric,
37 bool etaSymmetric,
38 bool depthSymmetric,
40 int readoutSide,
41 Axis stripDirection,
42 Axis thicknessDirection):
49 stripDirection,
50 thicknessDirection){
51}
52// Destructor:
54
55} // namespace InDetDD
DetectorDesign(double thickness, bool phiSymmetric, bool etaSymmetric, bool depthSymmetric, InDetDD::CarrierType carrierType, int readoutSide)
Constructor.
double thickness() const
Method which returns thickness of the silicon wafer.
InDetDD::CarrierType carrierType() const
Return carrier type (ie electrons or holes)
int readoutSide() const
ReadoutSide.
virtual ~SiDetectorDesign()
Destructor:
Message Stream Member.