ATLAS Offline Software
Loading...
Searching...
No Matches
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
16
18public:
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
Base class for all pixel identifier tool.
virtual ~IAFP_GenericPixelTool()=default
virtual int Identify(std::shared_ptr< const TH2F > input, std::vector< TH2F > &output) const =0