File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class R3BRoluOnlineSpectra : public FairTask
7575 void Reset_ROLU_Histo ();
7676
7777 /* Method for setting number of ROLU detectors */
78- void SetNofRoluModules (int nDets) { fNofRoluDetectors = nDets; }
78+ inline void SetNofRoluModules (int nDets) { fNofRoluDetectors = nDets; }
7979
8080 private:
8181 TClonesArray* fMappedItems ;
@@ -87,8 +87,8 @@ class R3BRoluOnlineSpectra : public FairTask
8787 int fTpat = -1 ;
8888 double fClockFreq = 1 . / VFTX_CLOCK_MHZ * 1000 .; /* *< Clock cycle in [ns]. */
8989 int nRoluEvents = 0 ;
90- int fNofRoluDetectors = 1 ; /* *< Number of ROLU detectors. */
91- static constexpr int fNofRolu = 1 ; /* *< Number of ROLU detectors. */
90+ int fNofRoluDetectors = 1 ; /* *< Number of ROLU detectors. */
91+ static constexpr int fNofRolu = 2 ;
9292
9393 int counter[4 ] = { 0 };
9494
You can’t perform that action at this time.
0 commit comments