ATLAS Offline Software
IAFPSiLayerSummaryHit.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef IAFPSILAYERSUMMARYHIT_H
7 #define IAFPSILAYERSUMMARYHIT_H
8 
9 #include <xAODForward/AFPSiHit.h>
10 
11 #include <string>
12 
15 {
16 public:
21  virtual void fillHit (const std::string& binName, const xAOD::AFPSiHit& hit) = 0;
22 };
23 
24 #endif
IAFPSiLayerSummaryHit::fillHit
virtual void fillHit(const std::string &binName, const xAOD::AFPSiHit &hit)=0
Fills the distribution using data passed in arguments.
xAOD::AFPSiHit_v2
Class representing a hit in silicon detector.
Definition: AFPSiHit_v2.h:30
IAFPSiLayerSummaryHit
Class providing interface to summary object which can be filled for every hit.
Definition: IAFPSiLayerSummaryHit.h:15
AFPSiHit.h