ATLAS Offline Software
|
Find the size of the cluster in phi using L2 cells. More...
#include <CookieCutterHelpers.h>
Public Member Functions | |
PhiSize ()=default | |
PhiSize (const CentralPosition &cp0, const xAOD::CaloCluster &cluster) | |
Public Attributes | |
float | plusB = 0 |
float | minusB = 0 |
float | plusEC = 0 |
float | minusEC = 0 |
Find the size of the cluster in phi using L2 cells.
cp0 | the reference position in calo-coordinates |
cluster | the cluster filled with L2 and L3 cells |
The window is computed using only cells in the second layer. Asymmetric sizes are computed for barrel and endcap. The size is the maximum difference in phi between the center of a cell and the refence, considering separately cells in the barrel and in the endcap. The computation is done separately for the cells with phi < reference phi or >=. A cutoff value of 1 is used.
Definition at line 48 of file CookieCutterHelpers.h.
|
default |
CookieCutterHelpers::PhiSize::PhiSize | ( | const CentralPosition & | cp0, |
const xAOD::CaloCluster & | cluster | ||
) |
Definition at line 77 of file CookieCutterHelpers.cxx.
float CookieCutterHelpers::PhiSize::minusB = 0 |
Definition at line 51 of file CookieCutterHelpers.h.
float CookieCutterHelpers::PhiSize::minusEC = 0 |
Definition at line 53 of file CookieCutterHelpers.h.
float CookieCutterHelpers::PhiSize::plusB = 0 |
Definition at line 50 of file CookieCutterHelpers.h.
float CookieCutterHelpers::PhiSize::plusEC = 0 |
Definition at line 52 of file CookieCutterHelpers.h.