From 3cc81952970ed658c454fffae6144c3721e330bc Mon Sep 17 00:00:00 2001
From: Olivier Arnaez <olivier.arnaez@cern.ch>
Date: Mon, 21 Jul 2014 18:55:27 +0200
Subject: [PATCH] TrkTrackLink/ITrackLink.h: adding neutralParameters()
 (TrkTrackLink-01-00-02)

	* TrkTrackLink/ITrackLink.h: adding neutralParameters()
	* Tagging as TrkTrackLink-01-00-02
---
 Tracking/TrkEvent/TrkTrackLink/TrkTrackLink/ITrackLink.h | 4 ++++
 Tracking/TrkEvent/TrkTrackLink/cmt/requirements          | 1 +
 2 files changed, 5 insertions(+)

diff --git a/Tracking/TrkEvent/TrkTrackLink/TrkTrackLink/ITrackLink.h b/Tracking/TrkEvent/TrkTrackLink/TrkTrackLink/ITrackLink.h
index ced706d1796..0f080853073 100644
--- a/Tracking/TrkEvent/TrkTrackLink/TrkTrackLink/ITrackLink.h
+++ b/Tracking/TrkEvent/TrkTrackLink/TrkTrackLink/ITrackLink.h
@@ -19,6 +19,7 @@
  */
 
 #include "TrkParameters/TrackParameters.h"    // no forward declare for now because needed in cast
+#include "TrkNeutralParameters/NeutralParameters.h" // no forward declare for now because needed in cast
 
 namespace Trk
 {
@@ -42,6 +43,9 @@ namespace Trk
     /** return the track parameters of the track or TrackParticleBase) */
     virtual const TrackParameters* parameters() const = 0;
 
+    /** return the neutral parameters of the NeutralParticle) */
+    virtual const NeutralParameters* neutralParameters() const = 0;
+
     /**return number of parameters currently created*/
     ////DRQ: Commented out because not implemented
     ////static unsigned int numberOfInstantiations();
diff --git a/Tracking/TrkEvent/TrkTrackLink/cmt/requirements b/Tracking/TrkEvent/TrkTrackLink/cmt/requirements
index 24e5e43ba7d..96d86111e27 100644
--- a/Tracking/TrkEvent/TrkTrackLink/cmt/requirements
+++ b/Tracking/TrkEvent/TrkTrackLink/cmt/requirements
@@ -5,6 +5,7 @@ manager Kirill Prokofiev <Kirill.Prokofiev@cern.ch>
  
 use AtlasPolicy         AtlasPolicy-*
 use TrkParameters    TrkParameters-*         Tracking/TrkEvent
+use TrkNeutralParameters TrkNeutralParameters-*      Tracking/TrkEvent
 
 private
 use     AtlasReflex               AtlasReflex-*          External -no_auto_import
-- 
GitLab