Skip to content

Commit 127f886

Browse files
committed
clang-format fixes
1 parent 25264ba commit 127f886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tools/EventSelectionModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ struct bcselConfigurables : o2::framework::ConfigurableGroup { // o2-linter: dis
103103
// event selection configurables
104104
struct evselConfigurables : o2::framework::ConfigurableGroup { // o2-linter: disable=name/struct (temporary fix)
105105
std::string prefix = "evselOpts";
106-
bool isMC_metadata = false; // o2-linter: disable=name/function-variable (temporary fix)
106+
bool isMC_metadata = false; // o2-linter: disable=name/function-variable (temporary fix)
107107
o2::framework::Configurable<int> amIneeded{"amIneeded", -1, "run event selection or not. -1: automatic; 0: no; 1: yes"}; // o2-linter: disable=name/configurable (temporary fix)
108108
o2::framework::Configurable<int> muonSelection{"muonSelection", 0, "0 - barrel, 1 - muon selection with pileup cuts, 2 - muon selection without pileup cuts"};
109109
o2::framework::Configurable<float> maxDiffZvtxFT0vsPV{"maxDiffZvtxFT0vsPV", 1., "maximum difference (in cm) between z-vertex from FT0 and PV"};

0 commit comments

Comments
 (0)