ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardDetectors
AFP
AFP_Calibration
AFP_Calibration
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
17
class
IAFP_GenericPixelTool
{
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
Base class for all pixel identifier tool.
Definition
IAFP_GenericPixelTool.h:17
IAFP_GenericPixelTool::~IAFP_GenericPixelTool
virtual ~IAFP_GenericPixelTool()=default
IAFP_GenericPixelTool::Identify
virtual int Identify(std::shared_ptr< const TH2F > input, std::vector< TH2F > &output) const =0
Generated on
for ATLAS Offline Software by
1.14.0