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