|
ATLAS Offline Software
|
Go to the documentation of this file.
16 declareInterface<ICscAlignmentTool>(
this);
35 return StatusCode::SUCCESS;
46 int sector = zsec * (2 * phisec - station + 1);
53 int isec = (sector < 0) ? sector + 16 : sector + 15;
54 int lookupId = isec * 4 + wlay - 1;
56 double offset = (measphi) ? (*phiAlignTable)[lookupId] : (*etaAlignTable)[lookupId];
def retrieve(aClass, aKey=None)
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
#define ATH_CHECK_RECOVERABLE
Evaluate an expression and check for errors.
int stationName(const Identifier &id) const
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
int wireLayer(const Identifier &id) const
::StatusCode StatusCode
StatusCode definition for legacy code.
int stationPhi(const Identifier &id) const
int stationEta(const Identifier &id) const
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
bool measuresPhi(const Identifier &id) const override
const CscIdHelper * cscIdHelper() const