ATLAS Offline Software
Loading...
Searching...
No Matches
SiDiodesParameters.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
6// SiDiodesParameters.cxx
7// Implementation file for class SiDiodesParameters
9// (c) ATLAS Detector software
11// Version 1.0 14/08/2001 David Calvet
13
15
16namespace InDetDD {
17
18// Implicit constructor:
23
24// Copy constructor:
26
27= default;
28
29// Constructor with parameters:
35
36// Assignment operator:
38{
39 if (this!=&parameters) {
40 m_centre=parameters.m_centre;
41 m_width=parameters.m_width;
42 } else {}
43 return *this;
44}
45
46} // namespace InDetDD
Class to handle the position of the centre and the width of a diode or a cluster of diodes Version 1....
SiDiodesParameters()
Implicit constructor:
const SiLocalPosition & centre() const
position of the diodes centre:
const SiLocalPosition & width() const
width of the diodes:
SiLocalPosition m_centre
position of the diodes centre
SiDiodesParameters & operator=(const SiDiodesParameters &parameters)
Assignment operator:
SiLocalPosition m_width
width of the diodes
Class to represent a position in the natural frame of a silicon sensor, for Pixel and SCT For Pixel: ...
Message Stream Member.