|
ATLAS Offline Software
|
#include <InDetAlignFillSiCluster.h>
|
| InDetAlignFillSiCluster (const std::string &type, const std::string &name, const IInterface *parent) |
|
virtual | ~InDetAlignFillSiCluster ()=default |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | finalize () override |
|
virtual StatusCode | FillSiCluster () override |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
Definition at line 35 of file InDetAlignFillSiCluster.h.
◆ PixelClusterContainer
◆ SCT_ClusterContainer
◆ StoreGateSvc_t
◆ InDetAlignFillSiCluster()
InDetAlignFillSiCluster::InDetAlignFillSiCluster |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~InDetAlignFillSiCluster()
virtual InDetAlignFillSiCluster::~InDetAlignFillSiCluster |
( |
| ) |
|
|
virtualdefault |
◆ bookNtuple()
void InDetAlignFillSiCluster::bookNtuple |
( |
| ) |
|
|
private |
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ FillPixelSiNtuple()
void InDetAlignFillSiCluster::FillPixelSiNtuple |
( |
| ) |
|
|
private |
Definition at line 291 of file InDetAlignFillSiCluster.cxx.
302 if (!colNext)
continue;
306 for(p_clus=colNext->begin(); p_clus!=colNext->end(); ++p_clus) {
311 int GroupSize = cluster.
rdoList().size();
322 const std::vector<Identifier>& rdoList =cluster.
rdoList();
323 std::vector<Identifier>::const_iterator nextRDO;
325 for(nextRDO=rdoList.begin(); nextRDO !=rdoList.end(); ++nextRDO){
341 <<
" Groupsize: " << GroupSize <<
endmsg;
◆ FillSCTSiNtuple()
void InDetAlignFillSiCluster::FillSCTSiNtuple |
( |
| ) |
|
|
private |
Definition at line 224 of file InDetAlignFillSiCluster.cxx.
235 if (!colNext)
continue;
239 for(p_clus=colNext->begin(); p_clus!=colNext->end(); ++p_clus) {
243 int GroupSize = cluster.
rdoList().size();
270 <<
") - GroupSize: " << GroupSize
275 <<
") - GroupSize: " << GroupSize
◆ FillSiCluster()
StatusCode InDetAlignFillSiCluster::FillSiCluster |
( |
| ) |
|
|
overridevirtual |
◆ finalize()
StatusCode InDetAlignFillSiCluster::finalize |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
StatusCode InDetAlignFillSiCluster::initialize |
( |
| ) |
|
|
overridevirtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ interfaceID()
const InterfaceID & IInDetAlignFillSiCluster::interfaceID |
( |
| ) |
|
|
inlinestaticinherited |
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ renounce()
◆ renounceArray()
◆ RetrievePixelSiClusters()
StatusCode InDetAlignFillSiCluster::RetrievePixelSiClusters |
( |
| ) |
|
|
private |
◆ RetrieveSCTSiClusters()
StatusCode InDetAlignFillSiCluster::RetrieveSCTSiClusters |
( |
| ) |
|
|
private |
◆ sysInitialize()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_detStore
◆ m_evtStore
◆ m_ntupleName
std::string InDetAlignFillSiCluster::m_ntupleName |
|
private |
◆ m_ntupleSvc
ServiceHandle<INTupleSvc> InDetAlignFillSiCluster::m_ntupleSvc {this,"NTupleSvc","NTupleSvc"} |
|
private |
◆ m_pixel_clcol
NTuple::Matrix<long> InDetAlignFillSiCluster::m_pixel_clcol |
|
private |
◆ m_Pixel_clcontainer
◆ m_pixel_clrow
NTuple::Matrix<long> InDetAlignFillSiCluster::m_pixel_clrow |
|
private |
◆ m_pixel_clx
NTuple::Array<float> InDetAlignFillSiCluster::m_pixel_clx |
|
private |
◆ m_pixel_cly
NTuple::Array<float> InDetAlignFillSiCluster::m_pixel_cly |
|
private |
◆ m_pixel_clz
NTuple::Array<float> InDetAlignFillSiCluster::m_pixel_clz |
|
private |
◆ m_pixel_groupsize
NTuple::Array<long> InDetAlignFillSiCluster::m_pixel_groupsize |
|
private |
◆ m_pixel_layer
NTuple::Array<long> InDetAlignFillSiCluster::m_pixel_layer |
|
private |
◆ m_pixel_LocX
NTuple::Array<float> InDetAlignFillSiCluster::m_pixel_LocX |
|
private |
◆ m_pixel_LocY
NTuple::Array<float> InDetAlignFillSiCluster::m_pixel_LocY |
|
private |
◆ m_pixel_nclusters
NTuple::Item<long> InDetAlignFillSiCluster::m_pixel_nclusters |
|
private |
◆ m_pixel_phi
NTuple::Array<long> InDetAlignFillSiCluster::m_pixel_phi |
|
private |
◆ m_Pixel_SiClustersName
std::string InDetAlignFillSiCluster::m_Pixel_SiClustersName |
|
private |
◆ m_pixelDetEleCollKey
◆ m_pixelid
◆ m_Sct_clcontainer
◆ m_sct_clx
NTuple::Array<float> InDetAlignFillSiCluster::m_sct_clx |
|
private |
◆ m_sct_cly
NTuple::Array<float> InDetAlignFillSiCluster::m_sct_cly |
|
private |
◆ m_sct_clz
NTuple::Array<float> InDetAlignFillSiCluster::m_sct_clz |
|
private |
◆ m_sct_eta
NTuple::Array<long> InDetAlignFillSiCluster::m_sct_eta |
|
private |
◆ m_sct_groupsize
NTuple::Array<long> InDetAlignFillSiCluster::m_sct_groupsize |
|
private |
◆ m_sct_layer
NTuple::Array<long> InDetAlignFillSiCluster::m_sct_layer |
|
private |
◆ m_sct_nclusters
NTuple::Item<long> InDetAlignFillSiCluster::m_sct_nclusters |
|
private |
◆ m_sct_phi
NTuple::Array<long> InDetAlignFillSiCluster::m_sct_phi |
|
private |
◆ m_Sct_SiClustersName
std::string InDetAlignFillSiCluster::m_Sct_SiClustersName |
|
private |
◆ m_sct_side
NTuple::Array<long> InDetAlignFillSiCluster::m_sct_side |
|
private |
◆ m_SCTDetEleCollKey
◆ m_sctID
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
NTuple::Array< long > m_sct_phi
SCT Cluster phi.
const InDet::SCT_ClusterContainer * m_Sct_clcontainer
NTuple::Array< float > m_pixel_cly
Pixel Cluster Y.
Const iterator class for DataVector/DataList.
int phi_index(const Identifier &id) const
const PixelID * m_pixelid
Pixel ID helper
StatusCode RetrieveSCTSiClusters()
std::string m_Sct_SiClustersName
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
NTuple::Item< long > m_sct_nclusters
number of SCT Clusters
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
const std::vector< Identifier > & rdoList() const
return the List of rdo identifiers (pointers)
bool msgLvl(const MSG::Level lvl) const
NTuple::Array< long > m_sct_side
SCT Cluster side.
NTuple::Array< float > m_sct_clz
SCT Cluster Z.
int phi_module(const Identifier &id) const
NTuple::Array< float > m_sct_cly
SCT Cluster Y.
NTuple::Item< long > m_pixel_nclusters
number of Pixel Clusters
NTuple::Array< long > m_pixel_groupsize
Pixel Cluster Group Size.
NTuple::Matrix< long > m_pixel_clrow
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_SCTDetEleCollKey
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
NTuple::Array< long > m_sct_eta
SCT Cluster eta.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
ServiceHandle< INTupleSvc > m_ntupleSvc
::StatusCode StatusCode
StatusCode definition for legacy code.
NTuple::Array< float > m_pixel_LocX
Pixel Cluster Local X.
NTuple::Array< float > m_sct_clx
SCT Cluster X.
int eta_index(const Identifier &id) const
const SCT_ID * m_sctID
SCT ID helper.
NTuple::Array< float > m_pixel_LocY
Pixel Cluster Local Y.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
NTuple::Array< float > m_pixel_clz
Pixel Cluster Z.
const InDet::PixelClusterContainer * m_Pixel_clcontainer
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
int layer_disk(const Identifier &id) const
StatusCode RetrievePixelSiClusters()
std::string m_Pixel_SiClustersName
const Amg::Vector2D & localPosition() const
return the local position reference
int layer_disk(const Identifier &id) const
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_pixelDetEleCollKey
StatusCode initialize(bool used=true)
NTuple::Matrix< long > m_pixel_clcol
NTuple::Array< long > m_sct_layer
SCT Cluster layer.
const Amg::Vector3D & globalPosition() const
return global position reference
int strip(const Identifier &id) const
NTuple::Array< long > m_pixel_layer
Pixel Cluster layer.
int eta_module(const Identifier &id) const
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
NTuple::Array< long > m_pixel_phi
Pixel Cluster phi.
std::string m_ntupleName
ntuple name
int side(const Identifier &id) const
NTuple::Array< float > m_pixel_clx
Pixel Cluster X.
int phi_module(const Identifier &id) const
Trk::PrepRawDataCollection< SCT_Cluster > SCT_ClusterCollection
NTuple::Array< long > m_sct_groupsize
SCT Cluster Group Size.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Trk::PrepRawDataCollection< PixelCluster > PixelClusterCollection