![]() |
ATLAS Offline Software
|
#include <AFP_PixelIdentifier.h>
Public Member Functions | |
| AFP_PixelIdentifier (const std::string &input_name="AFP_PixelHistoFiller.root", const std::string &output_name="AFP_PixelIdentifier.root", const std::vector< std::string > &pixelTools={"AFP_DeadPixel", "AFP_NoisyPixel"}) | |
| ~AFP_PixelIdentifier ()=default | |
| int | execute () |
Private Attributes | |
| std::unique_ptr< TFile > | m_input_file |
| std::unique_ptr< TFile > | m_output_file |
| int | m_nPixelsX |
| int | m_nPixelsY |
| std::vector< TH2F > | m_pixelHits [m_nStations][m_nLayers] |
| std::vector< std::string > | m_pixelTools_names |
| std::vector< std::unique_ptr< IAFP_GenericPixelTool > > | m_pixelTools |
Static Private Attributes | |
| static const int | m_nStations =4 |
| static const int | m_nLayers =4 |
Definition at line 22 of file AFP_PixelIdentifier.h.
| AFP_PixelIdentifier::AFP_PixelIdentifier | ( | const std::string & | input_name = "AFP_PixelHistoFiller.root", |
| const std::string & | output_name = "AFP_PixelIdentifier.root", | ||
| const std::vector< std::string > & | pixelTools = {"AFP_DeadPixel", "AFP_NoisyPixel"} ) |
Definition at line 8 of file AFP_PixelIdentifier.cxx.
|
default |
| int AFP_PixelIdentifier::execute | ( | ) |
Definition at line 31 of file AFP_PixelIdentifier.cxx.
|
private |
Definition at line 32 of file AFP_PixelIdentifier.h.
|
staticprivate |
Definition at line 36 of file AFP_PixelIdentifier.h.
|
private |
Definition at line 37 of file AFP_PixelIdentifier.h.
|
private |
Definition at line 38 of file AFP_PixelIdentifier.h.
|
staticprivate |
Definition at line 35 of file AFP_PixelIdentifier.h.
|
private |
Definition at line 33 of file AFP_PixelIdentifier.h.
|
private |
Definition at line 40 of file AFP_PixelIdentifier.h.
|
private |
Definition at line 43 of file AFP_PixelIdentifier.h.
|
private |
Definition at line 42 of file AFP_PixelIdentifier.h.