Skip to content
Snippets Groups Projects
Commit 0e9c9872 authored by Mark Jones's avatar Mark Jones Committed by Mark K Jones
Browse files

Fix mistake in THcCoinTime.h

The pTRIG1_TdcTime_ROC1, pTRIG4_TdcTime_ROC1
and pTRIG1_TdcTime_ROC2, pTRIG4_TdcTime_ROC2

should have been Double_t instead of Int_t
since the THcTrigDet.h function Get_CT_Trigtime
returns a Double_t which is the time convert to ns.
parent 0263dc72
No related branches found
No related tags found
No related merge requests found
...@@ -126,10 +126,10 @@ public: ...@@ -126,10 +126,10 @@ public:
Double_t had_FPtime; //hadron focal plane time Double_t had_FPtime; //hadron focal plane time
// trigger times pTrig1 (SHMS 3/4 trig) and pTrig4 (HMS 3/4 trig) // trigger times pTrig1 (SHMS 3/4 trig) and pTrig4 (HMS 3/4 trig)
Int_t pTRIG1_TdcTime_ROC1; Double_t pTRIG1_TdcTime_ROC1;
Int_t pTRIG4_TdcTime_ROC1; Double_t pTRIG4_TdcTime_ROC1;
Int_t pTRIG1_TdcTime_ROC2; Double_t pTRIG1_TdcTime_ROC2;
Int_t pTRIG4_TdcTime_ROC2; Double_t pTRIG4_TdcTime_ROC2;
//-------------------------------------------------------------------- //--------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment