Skip to content

Commit e8a9a07

Browse files
committed
Remove whitespace
1 parent e4560a7 commit e8a9a07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
202202
hCollisionsCentOcc = registry.add<TH2>(NameHistCollisionsCentOcc, "selected events;Centrality; Occupancy", {o2::framework::HistType::kTH2D, {th2AxisCent, th2AxisOccupancy}});
203203
}
204204

205-
/// \brief Inits the HF event selection object
205+
/// \brief Inits the HF event selection object
206206
/// \param registry reference to the histogram registry
207207
void init(o2::framework::HistogramRegistry& registry)
208208
{
@@ -396,7 +396,7 @@ struct HfEventSelectionMc {
396396
setEventRejectionLabels(hParticles);
397397
}
398398

399-
/// \brief Configures the object from the reco workflow
399+
/// \brief Configures the object from the reco workflow
400400
/// \param registry reference to the histogram registry
401401
/// \param device device spec to get the configs from the reco workflow
402402
void configureFromDevice(const o2::framework::DeviceSpec& device)
@@ -430,7 +430,7 @@ struct HfEventSelectionMc {
430430
}
431431
}
432432

433-
/// \brief Inits the HF event selection object
433+
/// \brief Inits the HF event selection object
434434
/// \param device device spec to get the configs from the reco workflow
435435
/// \param registry reference to the histogram registry
436436
void init(const o2::framework::DeviceSpec& device, o2::framework::HistogramRegistry& registry)

0 commit comments

Comments
 (0)