Skip to content

Commit

Permalink
Add missing function to get the attached FairSource.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhlig1 committed May 8, 2015
1 parent fb738d6 commit 420fc61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/steer/FairRunOnline.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ class FairRunOnline : public FairRun
/** Write last data to file, close input and output **/
void Finish();

/** Get a pointer to the attached FairSource **/
FairSource* GetSource() { return fSource; }

private:

Bool_t fAutomaticFinish;
Expand Down

0 comments on commit 420fc61

Please sign in to comment.