ATLAS Offline Software
Loading...
Searching...
No Matches
SiSurfaceCharge.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
6// SiSurfaceCharge.cxx
7// Implementation file for class SiSurfaceCharge
9// (c) ATLAS Detector software
11// Version 1.0 01/02/2001 David Calvet
13
15using namespace InDetDD;
16// Copy constructor:
17SiSurfaceCharge::SiSurfaceCharge(const SiSurfaceCharge &surfaceCharge) = default;
18
19// Constructor with parameters:
25
26// Assignment operator:
28{
29 if (this!=&surfaceCharge) {
30 m_position=surfaceCharge.m_position;
31 m_charge=surfaceCharge.m_charge;
32 } else {}
33 return *this;
34}
35
Class to represent a position in the natural frame of a silicon sensor, for Pixel and SCT For Pixel: ...
const SiCharge & charge() const
SiSurfaceCharge(const SiSurfaceCharge &surfaceCharge)
InDetDD::SiLocalPosition m_position
SiSurfaceCharge & operator=(const SiSurfaceCharge &surfaceCharge)
const InDetDD::SiLocalPosition & position() const
Message Stream Member.