ATLAS Offline Software
Loading...
Searching...
No Matches
PixelChargeCalibUtils.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PixelChargeCalibUtils_h
6#define PixelChargeCalibUtils_h
7
8#include <utility> //std::pair
9#include "PixelReadoutDefinitions/PixelReadoutDefinitions.h" //enum PixelReadoutTechnology
10
11class IdentifierHash;
12class PixelID;
13namespace InDetDD{
15}
16
17namespace PixelChargeCalib{
18 std::pair<int, int>
19 getBecAndLayer(const PixelID * pPixelId, IdentifierHash hash);
20 //
21 std::pair<size_t, InDetDD::PixelReadoutTechnology>
22 numChipsAndTechnology(const InDetDD::SiDetectorElement *element);
23}
24
25#endif
This is a "hash" representation of an Identifier.
Class to hold geometrical description of a silicon detector element.
This is an Identifier helper class for the Pixel subdetector.
Definition PixelID.h:67
Message Stream Member.
std::pair< size_t, InDetDD::PixelReadoutTechnology > numChipsAndTechnology(const InDetDD::SiDetectorElement *element)
std::pair< int, int > getBecAndLayer(const PixelID *pPixelId, IdentifierHash hash)