Skip to content

Commit

Permalink
fix: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Nov 22, 2023
1 parent edab968 commit 101af6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char **argv) {
hipo::dictionary factory;
reader.readDictionary(factory);
auto particleBank = std::make_shared<hipo::bank>(factory.getSchema("REC::Particle"));
auto caloBank = std::make_shared<hipo::bank>(factory.getSchema("REC::Calorimeter"));
auto caloBank = std::make_shared<hipo::bank>(factory.getSchema("REC::Calorimeter")); // TODO: remove when not needed (this is for testing)

// event loop
hipo::event event;
Expand Down

0 comments on commit 101af6d

Please sign in to comment.