ATLAS Offline Software
IAFPSiLayerSummaryEventEnd.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 IAFPSILAYERSUMMARYEVENTEND_H
7 #define IAFPSILAYERSUMMARYEVENTEND_H
8 
9 #include <string>
10 
11 class IAFPSiLayerMonitor;
12 
15 {
16 public:
21  virtual void fillEventEnd (const std::string& binName, const IAFPSiLayerMonitor* layer) = 0;
22 };
23 
24 #endif
TRT::Hit::layer
@ layer
Definition: HitInfo.h:79
IAFPSiLayerSummaryEventEnd
Class providing interface to summary objects which can be filled once per event.
Definition: IAFPSiLayerSummaryEventEnd.h:15
IAFPSiLayerSummaryEventEnd::fillEventEnd
virtual void fillEventEnd(const std::string &binName, const IAFPSiLayerMonitor *layer)=0
Fills the distribution using data passed in arguments.
IAFPSiLayerMonitor
Interface of a class monitoring one silicon layer.
Definition: IAFPSiLayerMonitor.h:23