Skip to content
Snippets Groups Projects
Commit afd7f765 authored by matta's avatar matta
Browse files

* Fixing link issue

parent c6ff292c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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