ATLAS Offline Software
|
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration. More...
#include "GaudiKernel/AlgTool.h"
#include "HGTD_Identifier/HGTD_ID.h"
#include "HGTD_PrepRawData/HGTD_ClusterCollection.h"
#include "HGTD_RawData/HGTD_RDO_Collection.h"
#include "HGTD_ReadoutGeometry/HGTD_DetectorManager.h"
#include "AthAllocators/DataPool.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | IHGTD_PadClusterizationTool |
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
To use hits found in HGTD in reconstruction, the raw data objects (RDOs) need to be transformed into "HGTD_PrepRawData" objects. In general, adjacent hits on an LGAD could originate from the same energy deposit. This charge sharing is expected to be negligible, but via the interfaces different ways of handling the transformation and applying clustering algorithms can be implemented.
Definition in file IHGTD_PadClusterizationTool.h.