Skip to content
Snippets Groups Projects
Commit 4f92ef60 authored by Carlo Varni's avatar Carlo Varni
Browse files

Merge remote-tracking branch 'origin/DoNotCreateViews' into DoNotCreateViews

parents cf0bae4d 87697a5c
No related branches found
No related tags found
1 merge request!70023Do not create views at offline level but only RoIs
This commit is part of merge request !70023. Comments created here will be created in the context of that merge request.
Tracking/Acts/ActsRegionsOfInterest
......@@ -16,8 +16,6 @@ StatusCode TestRoICreatorTool::initialize()
{
ATH_MSG_DEBUG("Inizializing " << name() << " ..." );
ATH_CHECK(m_roiCollectionKey.initialize());
// Check consistency
// We need at least one entry
if (m_eta_center_rois.size() == 0) {
......
......@@ -26,8 +26,6 @@ class TestRoICreatorTool
TrigRoiDescriptorCollection& collectionRoI) const override;
private:
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey {this, "RoIs", ""};
Gaudi::Property< std::vector<double> > m_eta_center_rois {this, "EtaCenters", {}, "Center of the RoI - eta coordinate"};
Gaudi::Property< std::vector<double> > m_phi_center_rois {this, "PhiCenters", {}, "Center of the RoI - phi coordinate"};
Gaudi::Property< std::vector<double> > m_z_center_rois {this, "ZCenters", {}, "Center of the RoI - z coordinate"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment