ATLAS Offline Software
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
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::~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
Generated on Thu Nov 7 2024 21:16:30 for ATLAS Offline Software by
1.8.18