ATLAS Offline Software
Loading...
Searching...
No Matches
PixelSpacePointValidationPlots.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 ACTS_PIXEL_SPACE_POINT_VALIDATION_PLOTS_H
6#define ACTS_PIXEL_SPACE_POINT_VALIDATION_PLOTS_H
7
11
12namespace ActsTrk {
13
15 public PlotBase {
16 public:
17 PixelSpacePointValidationPlots(PlotBase* pParent, const std::string& sDir);
19
20 void fill(const xAOD::SpacePoint* spacePoint,
21 float beamSpotWeight,
22 const PixelID*);
23
24 private:
26
29
32
35
38
41
42 TH1* m_eta_barrel {};
43 TH1* m_eta_endcap {};
44
47
50
53
56
59
62
65
68 };
69
70}
71
72#endif
This is an Identifier helper class for the Pixel subdetector.
virtual ~PixelSpacePointValidationPlots()=default
PixelSpacePointValidationPlots(PlotBase *pParent, const std::string &sDir)
void fill(const xAOD::SpacePoint *spacePoint, float beamSpotWeight, const PixelID *)
This is an Identifier helper class for the Pixel subdetector.
Definition PixelID.h:67
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...