ATLAS Offline Software
Loading...
Searching...
No Matches
PFClusterWidthCalculator.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EFLOWREC_PFCLUSTERWIDTHCALCULATOR_H
6#define EFLOWREC_PFCLUSTERWIDTHCALCULATOR_H
7
8#include <vector>
9
10
12 double etaMean{};
13 double phiMean{};
14 double etaVariance{};
15 double phiVariance{};
16};
17
19
20public:
21
24
25 PFClusterWidth getPFClusterCoordinateWidth(const std::vector<double>& eta, const std::vector<double>& phi, double clusterEta, double clusterPhi, unsigned int nCells) const;
26
27private:
29
30};
31
32#endif
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
PFClusterWidth getPFClusterCoordinateWidth(const std::vector< double > &eta, const std::vector< double > &phi, double clusterEta, double clusterPhi, unsigned int nCells) const
~PFClusterWidthCalculator()=default