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