ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
eflowRec
src
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
11
struct
PFClusterWidth
{
12
double
etaMean
{};
13
double
phiMean
{};
14
double
etaVariance
{};
15
double
phiVariance
{};
16
};
17
18
class
PFClusterWidthCalculator
{
19
20
public
:
21
22
PFClusterWidthCalculator
();
23
~PFClusterWidthCalculator
() =
default
;
24
25
PFClusterWidth
getPFClusterCoordinateWidth
(
const
std::vector<double>&
eta
,
const
std::vector<double>&
phi
,
double
clusterEta,
double
clusterPhi,
unsigned
int
nCells)
const
;
26
27
private
:
28
double
m_etaPhiLowerLimit
{};
29
30
};
31
32
#endif
eta
Scalar eta() const
pseudorapidity method
Definition
AmgMatrixBasePlugin.h:83
phi
Scalar phi() const
phi method
Definition
AmgMatrixBasePlugin.h:67
PFClusterWidthCalculator::PFClusterWidthCalculator
PFClusterWidthCalculator()
Definition
PFClusterWidthCalculator.cxx:11
PFClusterWidthCalculator::m_etaPhiLowerLimit
double m_etaPhiLowerLimit
Definition
PFClusterWidthCalculator.h:28
PFClusterWidthCalculator::getPFClusterCoordinateWidth
PFClusterWidth getPFClusterCoordinateWidth(const std::vector< double > &eta, const std::vector< double > &phi, double clusterEta, double clusterPhi, unsigned int nCells) const
Definition
PFClusterWidthCalculator.cxx:14
PFClusterWidthCalculator::~PFClusterWidthCalculator
~PFClusterWidthCalculator()=default
PFClusterWidth
Definition
PFClusterWidthCalculator.h:11
PFClusterWidth::phiMean
double phiMean
Definition
PFClusterWidthCalculator.h:13
PFClusterWidth::phiVariance
double phiVariance
Definition
PFClusterWidthCalculator.h:15
PFClusterWidth::etaMean
double etaMean
Definition
PFClusterWidthCalculator.h:12
PFClusterWidth::etaVariance
double etaVariance
Definition
PFClusterWidthCalculator.h:14
Generated on
for ATLAS Offline Software by
1.16.1