Skip to content

Commit

Permalink
attempt to fix pipeline (backwards compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed May 12, 2024
1 parent 219a885 commit 7258f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/TRestDetectorElectronDiffusionProcess.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class TRestDetectorElectronDiffusionProcess : public TRestEventProcess {
UInt_t fSeed = 0;
Bool_t fCheckIsInside = true;
Bool_t fUseFanoFactor = false;
Bool_t fPoissonElectronExcitation = false;

public:
RESTValue GetInputEvent() const override { return fInputHitsEvent; }
Expand Down

0 comments on commit 7258f5b

Please sign in to comment.