|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #include "GaudiKernel/EventContext.h"
55 m_h_globalZR =
new TH2F(
"m_h_globalZR",
"m_h_globalZR; z [mm]; r [mm]",1500,-3000.,3000,400,400.,1200);
61 return StatusCode::SUCCESS;
85 const EventContext& ctx = Algorithm::getContext();
90 if( !stripCollection )
continue;
93 const Identifier idColl(stripCollection->identify());
106 auto localPos = sCluster->localPosition();
107 auto localCov = sCluster->localCovariance();
108 auto globalPos = sCluster->globalPosition();
109 auto width = sCluster->width();
111 m_eta->push_back(globalPos.eta());
138 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
std::vector< int > * m_sizeX
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
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
int phi_module(const Identifier &id) const
def TH2F(name, title, nxbins, bins_par2, bins_par3, bins_par4, bins_par5=None, bins_par6=None, path='', **kwargs)
std::vector< double > * m_localCovYY
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
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
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
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)
int layer_disk(const Identifier &id) const
std::vector< double > * m_globalX
int eta_module(const Identifier &id) const
std::vector< double > * m_localCovXX
int side(const Identifier &id) const
std::vector< double > * m_localX
def TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)
Handle class for reading from StoreGate.
Trk::PrepRawDataCollection< SCT_Cluster > SCT_ClusterCollection
std::vector< double > * m_localCovYX
std::vector< int > * m_layerDisk