ATLAS Offline Software
IAFP_GenericPixelTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef AFP_CALIBRATION_IAFP_GENERICPIXELTOOL_H
5 #define AFP_CALIBRATION_IAFP_GENERICPIXELTOOL_H
6 
7 #include <vector>
8 #include <memory>
9 
10 #include "TH2F.h"
11 
18 public:
19  virtual ~IAFP_GenericPixelTool() = default;
20  virtual int Identify(std::shared_ptr<const TH2F> input, std::vector<TH2F>& output) const = 0;
21 };
22 
23 #endif // AFP_CALIBRATION_IAFP_GENERICPIXELTOOL_H
IAFP_GenericPixelTool::~IAFP_GenericPixelTool
virtual ~IAFP_GenericPixelTool()=default
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
merge.output
output
Definition: merge.py:17
IAFP_GenericPixelTool::Identify
virtual int Identify(std::shared_ptr< const TH2F > input, std::vector< TH2F > &output) const =0
IAFP_GenericPixelTool
Base class for all pixel identifier tool.
Definition: IAFP_GenericPixelTool.h:17