|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRACKING_TRKCLUSTERANALYSIS_SCT_CLUSTERANALYSIS_H
6 #define TRACKING_TRKCLUSTERANALYSIS_SCT_CLUSTERANALYSIS_H
9 #include "GaudiKernel/ServiceHandle.h"
10 #include "GaudiKernel/ITHistSvc.h"
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"};
69 #endif // TRACKING_TRKCLUSTERANALYSIS_SCT_CLUSTERANALYSIS_H
Property holding a SG store/key/clid from which a ReadHandle is made.
std::vector< int > * m_sizeX
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
StringProperty m_ntupleFileName
std::vector< int > * m_phiModule
std::vector< int > * m_sideModule
virtual StatusCode execute() override final
std::vector< double > * m_globalY
std::vector< double > * m_localCovXY
std::vector< double > * m_eta
StringProperty m_ntupleDirName
std::vector< double > * m_localY
virtual unsigned int cardinality() const override
std::vector< double > * m_localCovYY
SG::ReadHandleKey< InDet::SCT_ClusterContainer > m_inputKey
::StatusCode StatusCode
StatusCode definition for legacy code.
std::vector< int > * m_barrelEndcap
std::vector< double > * m_globalZ
StringProperty m_ntupleTreeName
virtual StatusCode initialize() override final
std::vector< int > * m_etaModule
ServiceHandle< ITHistSvc > m_thistSvc
std::vector< int > * m_sizeY
SCT_ClusterAnalysis(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< double > * m_globalX
std::vector< double > * m_localCovXX
std::vector< double > * m_localX
std::vector< double > * m_localCovYX
std::vector< int > * m_layerDisk