Skip to content

Commit

Permalink
Merge pull request #42 from dglazier/checkrich
Browse files Browse the repository at this point in the history
change in rich beahviour with new hipo was fixed by insisting notify …
  • Loading branch information
dglazier authored Jul 18, 2024
2 parents e5745e8 + 3229130 commit 2dd8595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clas12Banks/particle_detector.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ namespace clas12 {
////////////////////////////////////////////////////////////////
//override header notify, called at start of event
void notify() override {
if(_detector_id_order==-1) return;
bank::notify();
if(_detector_id_order==-1) return;
scanIndex();
}

Expand Down

0 comments on commit 2dd8595

Please sign in to comment.