Skip to content

Commit bc11374

Browse files
committed
eicrecon.cc: clang-format pragma
1 parent a84a2c9 commit bc11374

File tree

1 file changed

+38
-37
lines changed

1 file changed

+38
-37
lines changed

src/utilities/eicrecon/eicrecon.cc

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -12,43 +12,44 @@
1212
/// The default plugins
1313
/// Add new default plugin names here and the main() will do JApplication::AddPlugin() for you.
1414
std::vector<std::string> EICRECON_DEFAULT_PLUGINS = {
15-
16-
"log",
17-
"dd4hep",
18-
"acts",
19-
"algorithms_init",
20-
"evaluator",
21-
"pid_lut",
22-
"richgeo",
23-
"rootfile",
24-
"beam",
25-
"reco",
26-
"tracking",
27-
"pid",
28-
"EEMC",
29-
"BEMC",
30-
"FEMC",
31-
"EHCAL",
32-
"BHCAL",
33-
"FHCAL",
34-
"B0ECAL",
35-
"ZDC",
36-
"BTRK",
37-
"BVTX",
38-
"PFRICH",
39-
"DIRC",
40-
"DRICH",
41-
"ECTRK",
42-
"MPGD",
43-
"B0TRK",
44-
"RPOTS",
45-
"FOFFMTRK",
46-
"BTOF",
47-
"ECTOF",
48-
"LOWQ2",
49-
"LUMISPECCAL",
50-
"podio",
51-
"janatop",
15+
// clang-format off
16+
"log",
17+
"dd4hep",
18+
"acts",
19+
"algorithms_init",
20+
"evaluator",
21+
"pid_lut",
22+
"richgeo",
23+
"rootfile",
24+
"beam",
25+
"reco",
26+
"tracking",
27+
"pid",
28+
"EEMC",
29+
"BEMC",
30+
"FEMC",
31+
"EHCAL",
32+
"BHCAL",
33+
"FHCAL",
34+
"B0ECAL",
35+
"ZDC",
36+
"BTRK",
37+
"BVTX",
38+
"PFRICH",
39+
"DIRC",
40+
"DRICH",
41+
"ECTRK",
42+
"MPGD",
43+
"B0TRK",
44+
"RPOTS",
45+
"FOFFMTRK",
46+
"BTOF",
47+
"ECTOF",
48+
"LOWQ2",
49+
"LUMISPECCAL",
50+
"podio",
51+
"janatop",
52+
// clang-format on
5253
};
5354

5455
int main( int narg, char **argv)

0 commit comments

Comments
 (0)