Skip to content

Commit f6a1b89

Browse files
committed
Please consider the following formatting changes
1 parent c96cd41 commit f6a1b89

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

PWGHF/TableProducer/candidateCreator2Prong.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,8 @@ struct HfCandidateCreator2ProngExpressions {
669669
float zPvPosMax{1000.f};
670670

671671
// inspect for which zPvPosMax cut was set for reconstructed
672-
void init(InitContext& initContext) {
672+
void init(InitContext& initContext)
673+
{
673674
auto& workflows = initContext.services().get<RunningWorkflowInfo const>();
674675
for (const DeviceSpec& device : workflows.devices) {
675676
if (device.name.compare("hf-candidate-creator-2prong") == 0) {

PWGHF/TableProducer/candidateCreatorCascade.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ struct HfCandidateCreatorCascadeMc {
449449
float zPvPosMax{1000.f};
450450

451451
// inspect for which zPvPosMax cut was set for reconstructed
452-
void init(InitContext& initContext) {
452+
void init(InitContext& initContext)
453+
{
453454
auto& workflows = initContext.services().get<RunningWorkflowInfo const>();
454455
for (const DeviceSpec& device : workflows.devices) {
455456
if (device.name.compare("hf-candidate-creator-cascade") == 0) {

PWGHF/TableProducer/candidateCreatorDstar.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ struct HfCandidateCreatorDstarExpressions {
520520
float zPvPosMax{1000.f};
521521

522522
// inspect for which zPvPosMax cut was set for reconstructed
523-
void init(InitContext& initContext) {
523+
void init(InitContext& initContext)
524+
{
524525
auto& workflows = initContext.services().get<RunningWorkflowInfo const>();
525526
for (const DeviceSpec& device : workflows.devices) {
526527
if (device.name.compare("hf-candidate-creator-dstar") == 0) {

PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ struct HfCandidateSigmac0plusplusMc {
389389
float zPvPosMax{1000.f};
390390

391391
/// @brief init function
392-
void init(InitContext& initContext) {
392+
void init(InitContext& initContext)
393+
{
393394
auto& workflows = initContext.services().get<RunningWorkflowInfo const>();
394395
for (const DeviceSpec& device : workflows.devices) {
395396
if (device.name.compare("hf-candidate-creator-3prong") == 0) { // here we assume that the hf-candidate-creator-3prong is in the workflow

0 commit comments

Comments
 (0)