5#ifndef TRACKING_TRKCLUSTERANALYSIS_PIXELCLUSTERANALYSIS_H
6#define TRACKING_TRKCLUSTERANALYSIS_PIXELCLUSTERANALYSIS_H
9#include "GaudiKernel/ServiceHandle.h"
10#include "GaudiKernel/ITHistSvc.h"
31 virtual StatusCode
initialize() override final;
32 virtual StatusCode
execute() override final;
33 virtual
unsigned int cardinality()
const override {
return 1; }
60 StringProperty
m_ntupleFileName{
this,
"NtupleFileName",
"/ntuples/file1",
"Output filename"};
61 StringProperty
m_ntupleDirName{
this,
"NtupleDirectoryName",
"/PixelClusterAnalysis/",
"Directory name in output file"};
62 StringProperty
m_ntupleTreeName{
this,
"NtupleTreeName",
"PixelClusterAna",
"Tree name in output file"};
63 StringProperty
m_path{
this,
"HistPath",
"/PixelClusterAnalysis/",
"Full path in output file"};
This is an Identifier helper class for the Pixel subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::vector< double > * m_globalX
std::vector< double > * m_localCovXX
virtual unsigned int cardinality() const override
ServiceHandle< ITHistSvc > m_thistSvc
virtual StatusCode execute() override final
std::vector< double > * m_eta
std::vector< double > * m_localX
std::vector< int > * m_isNextToInnermost
const PixelID * m_pixelID
SG::ReadHandleKey< InDet::PixelClusterContainer > m_inputKey
std::vector< int > * m_layerDisk
std::vector< int > * m_isInnermost
std::vector< int > * m_etaModule
PixelClusterAnalysis(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< int > * m_barrelEndcap
StringProperty m_ntupleDirName
std::vector< double > * m_globalY
std::vector< int > * m_sizeY
StringProperty m_ntupleFileName
std::vector< int > * m_phiModule
virtual StatusCode initialize() override final
StringProperty m_ntupleTreeName
std::vector< double > * m_globalZ
std::vector< double > * m_localCovYY
std::vector< double > * m_localY
std::vector< int > * m_sizeX
This is an Identifier helper class for the Pixel subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.