Skip to content
Snippets Groups Projects
Commit 551f63f4 authored by Jure Bericic's avatar Jure Bericic
Browse files

Increased maximum number of TDC hits to 128.

parent 8479e759
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ public:
UInt_t GetMaxNSamplesTDC() {return fMaxNSamplesTDC;}
protected:
static const UInt_t fMaxNSamplesTDC = 16;
static const UInt_t fMaxNSamplesTDC = 128;
UInt_t fNHits;
Int_t fTDC[fMaxNSamplesTDC];
Int_t fReferenceTime;
......
......@@ -24,7 +24,7 @@ class THcRawTdcHit : public TObject {
UInt_t GetNHits() const;
protected:
static const UInt_t fMaxNHits = 16;
static const UInt_t fMaxNHits = 128;
Double_t fChannelToTimeFactor;
......
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