File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Detectors/EMCAL/simulation/include/EMCALSimulation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class LZEROElectronics
7979 void setGeometry (o2::emcal::Geometry* gm) { mGeometry = gm; }
8080
8181 // / Sets the masked fastOrs from the CCDB in the LZERO
82- void setMaskedFastOrs (std::vector<int > maskedfastors) { mMaskedFastOrs = maskedfastors; }
82+ void setMaskedFastOrs (std::vector<int > const & maskedfastors) { mMaskedFastOrs = maskedfastors; }
8383 void printMaskedFastOrs ();
8484
8585 // / Set Threshold for LZERO algorithm
@@ -110,7 +110,7 @@ class LZEROElectronics
110110
111111 // / Getter for the pattern of peaks found by the LZERO algorithm
112112 // / \param p TRUElectronics object
113- const std::vector<int >& getFiredPatches (TRUElectronics& p) const
113+ const std::vector<int >& getFiredPatches (TRUElectronics const & p) const
114114 {
115115 return p.mFiredPatches ;
116116 }
You can’t perform that action at this time.
0 commit comments