Skip to content

Commit

Permalink
fix: remove REC::Calorimeter bank
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Nov 22, 2023
1 parent cd57f0e commit b7489c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/run_rows.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ 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"));

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

0 comments on commit b7489c2

Please sign in to comment.