5#ifndef TRACKING_TRKCLUSTERANALYSIS_SPACEPOINTANALYSIS_H
6#define TRACKING_TRKCLUSTERANALYSIS_SPACEPOINTANALYSIS_H
9#include "GaudiKernel/ServiceHandle.h"
10#include "GaudiKernel/ITHistSvc.h"
32 virtual StatusCode
initialize() override final;
33 virtual StatusCode
execute() override final;
34 virtual
unsigned int cardinality()
const override {
return 1; }
68 StringProperty
m_ntupleFileName{
this,
"NtupleFileName",
"/ntuples/file1",
"Output filename"};
69 StringProperty
m_ntupleDirName{
this,
"NtupleDirectoryName",
"/SpacePointAnalysis/",
"Directory name in output file"};
70 StringProperty
m_ntupleTreeName{
this,
"NtupleTreeName",
"SpacePointAna",
"Tree name in output file"};
71 StringProperty
m_path{
this,
"HistPath",
"/SpacePointAnalysis/",
"Full path in output file"};
74 BooleanProperty
m_usePixel{
this,
"UsePixel",
true,
"enable use of pixel ID or SCT ID"};
75 BooleanProperty
m_useOverlap{
this,
"UseOverlap",
true,
"enable use of overlap for SCT ID"};
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.
std::vector< double > * m_globalY
StringProperty m_ntupleTreeName
std::vector< double > * m_globalZ
SpacePointAnalysis(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< double > * m_globalCovZY
std::vector< int > * m_layerDisk
std::vector< int > * m_isInnermost
std::vector< double > * m_globalCovXX
BooleanProperty m_useOverlap
const PixelID * m_pixelID
std::vector< double > * m_globalCovZZ
std::vector< double > * m_eta
StringProperty m_ntupleFileName
std::vector< double > * m_globalX
std::vector< int > * m_barrelEndcap
virtual StatusCode initialize() override final
std::vector< int > * m_sideModule
std::vector< int > * m_phiModule
std::vector< double > * m_globalCovYZ
std::vector< int > * m_isOverlap
SG::ReadHandleKey< SpacePointOverlapCollection > m_inputOverlapKey
std::vector< double > * m_globalCovXY
SG::ReadHandleKey< SpacePointContainer > m_inputKey
std::vector< double > * m_globalCovYX
BooleanProperty m_usePixel
virtual unsigned int cardinality() const override
std::vector< int > * m_etaModule
virtual StatusCode execute() override final
std::vector< double > * m_globalCovZX
std::vector< int > * m_isNextToInnermost
std::vector< double > * m_globalCovYY
std::vector< double > * m_globalCovXZ
StringProperty m_ntupleDirName
ServiceHandle< ITHistSvc > m_thistSvc