Skip to content

Commit

Permalink
Merge pull request #72 from dglazier/master
Browse files Browse the repository at this point in the history
rich fix
  • Loading branch information
dglazier authored Jul 19, 2024
2 parents e5745e8 + 2dd8595 commit 2df25ae
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 2df25ae

Please sign in to comment.