5#ifndef TRACKING_TRKCLUSTERANALYSIS_SCT_CLUSTERANALYSIS_H
6#define TRACKING_TRKCLUSTERANALYSIS_SCT_CLUSTERANALYSIS_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; }
61 StringProperty
m_ntupleFileName{
this,
"NtupleFileName",
"/ntuples/file1",
"Output filename"};
62 StringProperty
m_ntupleDirName{
this,
"NtupleDirectoryName",
"/StripClusterAnalysis/",
"Directory name in output file"};
63 StringProperty
m_ntupleTreeName{
this,
"NtupleTreeName",
"StripClusterAna",
"Tree name in output file"};
64 StringProperty
m_path{
this,
"HistPath",
"/StripClusterAnalysis/",
"Full path in output file"};
This is an Identifier helper class for the SCT 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_globalY
StringProperty m_ntupleDirName
std::vector< double > * m_localCovXY
std::vector< int > * m_phiModule
virtual StatusCode execute() override final
std::vector< double > * m_globalZ
std::vector< int > * m_sideModule
ServiceHandle< ITHistSvc > m_thistSvc
StringProperty m_ntupleTreeName
std::vector< double > * m_localCovYX
std::vector< int > * m_etaModule
std::vector< double > * m_globalX
std::vector< int > * m_sizeX
virtual unsigned int cardinality() const override
virtual StatusCode initialize() override final
std::vector< double > * m_localY
std::vector< double > * m_localCovYY
std::vector< double > * m_localX
std::vector< double > * m_eta
std::vector< double > * m_localCovXX
std::vector< int > * m_barrelEndcap
StringProperty m_ntupleFileName
SG::ReadHandleKey< InDet::SCT_ClusterContainer > m_inputKey
std::vector< int > * m_sizeY
SCT_ClusterAnalysis(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< int > * m_layerDisk
This is an Identifier helper class for the SCT subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.