![]() |
Project
|
#include <PreClusterHelper.h>
Public Member Functions | |
MpArea | getArea (const PreCluster &pc) const |
MpArea | getArea (int column, const PreCluster &pc) const |
Definition at line 28 of file PreClusterHelper.h.
MpArea o2::mid::PreClusterHelper::getArea | ( | const PreCluster & | pc | ) | const |
Gets the area of the pre-cluster in the bending plane The method can also return the full area in the NBP However, in this case the area is always correct only in x. On the other hand, for the cut RPC the area is not well defined if the pre-cluster touches the column with the missing board. In this case we return the maximum rectangle (that includes the missing board)
Definition at line 23 of file PreClusterHelper.cxx.
MpArea o2::mid::PreClusterHelper::getArea | ( | int | column, |
const PreCluster & | pc | ||
) | const |
Gets the area of the pre-cluster in the non-bending plane in column
Definition at line 50 of file PreClusterHelper.cxx.