From afd7f7650f0b8abe7865324558f66282c18215c9 Mon Sep 17 00:00:00 2001 From: matta <matta@npt> Date: Mon, 10 Dec 2012 16:39:24 +0000 Subject: [PATCH] * Fixing link issue --- NPLib/Tigress/TTigressData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NPLib/Tigress/TTigressData.h b/NPLib/Tigress/TTigressData.h index 15fbdaa0a..c01dd27e8 100644 --- a/NPLib/Tigress/TTigressData.h +++ b/NPLib/Tigress/TTigressData.h @@ -100,7 +100,7 @@ public: // Method and object to construct to fill the data event from a Tigress void FillGe(unsigned short GeCloverNbr, unsigned short GeCrystalNbr , unsigned short GeSegmentNbr, int hit,TTigEventFragment* TigEvent); void FillBGO(unsigned short BGOCloverNbr, unsigned short BGOPmNbr , unsigned short BGOSegmentNbr, int hit,TTigEventFragment* TigEvent); - map< int,vector<int> > GetFSPC2Detector() const ;//! + map< int,vector<int> > GetFSPC2Detector() const {return m_FSPC2Detector;}//! private:// Key is the FSPC channel, // vector[0] is the Clover Nbr -- GitLab