ATLAS Offline Software
Loading...
Searching...
No Matches
SiReadoutCellId.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
6// SiReadoutCellId.h
8// (c) ATLAS Detector software
10
11#ifndef INDETREADOUTGEOMETRY_SIREADOUTCELLID_H
12#define INDETREADOUTGEOMETRY_SIREADOUTCELLID_H
13
14// Base class
16
17namespace InDetDD {
18
41
42 class SiReadoutCellId : public SiCellId {
43
45 // Public methods:
47 public:
48
49 // Allow construction from base class
50 // explicit SiReadoutCellId(const SiCellIdentifier &);
51
52 SiReadoutCellId(); // Set in invalid state.
55
56};
57
59// Inline methods:
61
65
69
73
74
75} // namespace InDetDD
76
77#endif // INDETREADOUTGEOMETRY_SIREADOUTCELLID_H
int strip() const
Get strip number. Equivalent to phiIndex().
Definition SiCellId.h:131
SiCellId()
Constructor. Set in invalid state.
Definition SiCellId.h:92
int phiIndex() const
Get phi index. Equivalent to strip().
Definition SiCellId.h:122
int etaIndex() const
Get eta index.
Definition SiCellId.h:114
Message Stream Member.