Skip to content

Commit

Permalink
feat: rm JChainMultifactory (#1421)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This PR removes the JChainMultifactory, now that no factory is using it
anymore.

TODO:
- [x] #1418 
- [x] #1419 

### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [x] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.

### Does this PR change default behavior?
No.
  • Loading branch information
wdconinc authored and Alexander Jentsch committed May 20, 2024
1 parent 12cdac8 commit fab59fb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 198 deletions.
1 change: 0 additions & 1 deletion src/detectors/DRICH/DRICH.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "algorithms/pid/IrtCherenkovParticleIDConfig.h"
#include "algorithms/pid/MergeParticleIDConfig.h"
#include "algorithms/tracking/TrackPropagationConfig.h"
#include "extensions/jana/JChainMultifactoryGeneratorT.h"
#include "extensions/jana/JOmniFactoryGeneratorT.h"
// factories
#include "global/digi/PhotoMultiplierHitDigi_factory.h"
Expand Down
90 changes: 0 additions & 90 deletions src/extensions/jana/JChainMultifactoryGeneratorT.h

This file was deleted.

105 changes: 0 additions & 105 deletions src/extensions/jana/JChainMultifactoryT.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
#include <edm4eic/TrackSegment.h>
#include <algorithms/fardetectors/FarDetectorLinearTracking.h>

#include <extensions/jana/JChainMultifactoryT.h>
#include <extensions/spdlog/SpdlogMixin.h>
#include <extensions/jana/JOmniFactory.h>
#include <spdlog/logger.h>

namespace eicrecon {
Expand Down

0 comments on commit fab59fb

Please sign in to comment.