Skip to content

Commit

Permalink
eicrecon.cc: clang-format pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 30, 2024
1 parent a84a2c9 commit bc11374
Showing 1 changed file with 38 additions and 37 deletions.
75 changes: 38 additions & 37 deletions src/utilities/eicrecon/eicrecon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,44 @@
/// The default plugins
/// Add new default plugin names here and the main() will do JApplication::AddPlugin() for you.
std::vector<std::string> 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)
Expand Down

0 comments on commit bc11374

Please sign in to comment.