Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed May 15, 2023
1 parent 4576286 commit 4eb8ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/io/podio/JEventProcessorPODIO.cc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ JEventProcessorPODIO::JEventProcessorPODIO() {
"B0ECalRecHits",
"B0ECalClusters",
"B0ECalClusterAssociations",
"ZDCEcalTruthClusters"
"ZDCEcalTruthClusters",
"ZDCEcalTruthClusterAssociations"
};
std::vector<std::string> output_exclude_collections; // need to get as vector, then convert to set
Expand Down

0 comments on commit 4eb8ae5

Please sign in to comment.