Skip to content
Snippets Groups Projects
Commit ed2c2a74 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

fScinTdcMin, fScinTdcMax need to be declard Double_t

parent 3266ee52
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ protected:
Double_t fStartTimeCenter, fStartTimeSlop, fScinTdcToTime;
Double_t fTofTolerance;
Double_t fPathLengthCentral;
Int_t fScinTdcMin, fScinTdcMax; // min and max TDC values
Double_t fScinTdcMin, fScinTdcMax; // min and max TDC values
char** fPlaneNames;
Int_t* fNPaddle; // Number of paddles per plane
......
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