ATLAS Offline Software
Public Member Functions | List of all members
IAFPSiLayerSummaryHit Class Referenceabstract

Class providing interface to summary object which can be filled for every hit. More...

#include <IAFPSiLayerSummaryHit.h>

Inheritance diagram for IAFPSiLayerSummaryHit:
Collaboration diagram for IAFPSiLayerSummaryHit:

Public Member Functions

virtual void fillHit (const std::string &binName, const xAOD::AFPSiHit &hit)=0
 Fills the distribution using data passed in arguments. More...
 

Detailed Description

Class providing interface to summary object which can be filled for every hit.

Definition at line 14 of file IAFPSiLayerSummaryHit.h.

Member Function Documentation

◆ fillHit()

virtual void IAFPSiLayerSummaryHit::fillHit ( const std::string &  binName,
const xAOD::AFPSiHit hit 
)
pure virtual

Fills the distribution using data passed in arguments.

Parameters
binNamename of the bin (layer) in summary distribution for which entry is to be added
hitpointer to the xAOD::AFPSiHit object which provides value used to fill the distribution

Implemented in AFPSiLayerSummaryProfileHit< T >.


The documentation for this class was generated from the following file: