From bc11374e53518ec188c518d453fd27cf13a2b75c Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sun, 29 Dec 2024 22:39:34 -0500 Subject: [PATCH] eicrecon.cc: clang-format pragma --- src/utilities/eicrecon/eicrecon.cc | 75 +++++++++++++++--------------- 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/src/utilities/eicrecon/eicrecon.cc b/src/utilities/eicrecon/eicrecon.cc index e8c75c6948..fd44bfb8cc 100644 --- a/src/utilities/eicrecon/eicrecon.cc +++ b/src/utilities/eicrecon/eicrecon.cc @@ -12,43 +12,44 @@ /// The default plugins /// Add new default plugin names here and the main() will do JApplication::AddPlugin() for you. std::vector EICRECON_DEFAULT_PLUGINS = { - - "log", - "dd4hep", - "acts", - "algorithms_init", - "evaluator", - "pid_lut", - "richgeo", - "rootfile", - "beam", - "reco", - "tracking", - "pid", - "EEMC", - "BEMC", - "FEMC", - "EHCAL", - "BHCAL", - "FHCAL", - "B0ECAL", - "ZDC", - "BTRK", - "BVTX", - "PFRICH", - "DIRC", - "DRICH", - "ECTRK", - "MPGD", - "B0TRK", - "RPOTS", - "FOFFMTRK", - "BTOF", - "ECTOF", - "LOWQ2", - "LUMISPECCAL", - "podio", - "janatop", +// clang-format off + "log", + "dd4hep", + "acts", + "algorithms_init", + "evaluator", + "pid_lut", + "richgeo", + "rootfile", + "beam", + "reco", + "tracking", + "pid", + "EEMC", + "BEMC", + "FEMC", + "EHCAL", + "BHCAL", + "FHCAL", + "B0ECAL", + "ZDC", + "BTRK", + "BVTX", + "PFRICH", + "DIRC", + "DRICH", + "ECTRK", + "MPGD", + "B0TRK", + "RPOTS", + "FOFFMTRK", + "BTOF", + "ECTOF", + "LOWQ2", + "LUMISPECCAL", + "podio", + "janatop", +// clang-format on }; int main( int narg, char **argv)