File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ enum OccupancyEstimator { None = 0,
4242// / \param collision is the collision with the occupancy information
4343// / \return collision occupancy
4444template <typename Coll>
45- float getOccupancyColl (Coll const & collision, int occEstimator= 1 )
45+ float getOccupancyColl (Coll const & collision, int occEstimator = 1 )
4646{
4747 float occupancy = -999 .;
4848 switch (occEstimator) {
@@ -64,7 +64,7 @@ float getOccupancyColl(Coll const& collision, int occEstimator=1)
6464// / \param collSlice collection of reconstructed collisions associated to a generated one
6565// / \return generated MC collision occupancy
6666template <typename CCs>
67- int getOccupancyGenColl (CCs const & collSlice, int occEstimator= 1 )
67+ int getOccupancyGenColl (CCs const & collSlice, int occEstimator = 1 )
6868{
6969 float multiplicity{0 .f };
7070 int occupancy = 0 ;
You can’t perform that action at this time.
0 commit comments