Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eic/EICrecon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d55bbd
Choose a base ref
...
head repository: eic/EICrecon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc11374
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 30, 2024

  1. eicrecon.cc: clang-format pragma

    veprbl committed Dec 30, 2024
    Copy the full SHA
    bc11374 View commit details
Showing with 38 additions and 37 deletions.
  1. +38 −37 src/utilities/eicrecon/eicrecon.cc
75 changes: 38 additions & 37 deletions src/utilities/eicrecon/eicrecon.cc
Original file line number Diff line number Diff line change
@@ -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)