Skip to content

Commit

Permalink
THcHitList: fDisableSlipCorrection should be Bool_t not Double_t
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenjo committed Sep 6, 2022
1 parent 8d36575 commit 1caed56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/THcHitList.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class THcHitList {
Decoder::THaCrateMap* fMap; /* The Crate map */
Int_t fTISlot;
Int_t fTICrate;
Double_t fDisableSlipCorrection;
Bool_t fDisableSlipCorrection;
std::map<Int_t, Int_t> fTrigTimeShiftMap;
std::map<Int_t, Decoder::Fadc250Module*> fFADCSlotMap;

Expand Down

0 comments on commit 1caed56

Please sign in to comment.