Skip to content
Snippets Groups Projects
Commit 3a794660 authored by hallc-online's avatar hallc-online Committed by Mark K Jones
Browse files

Modify THcTrigDet.h

Increase default size
    static const int fMaxAdcChannels = 200;
    static const int fMaxTdcChannels = 200;
parent 917d98bf
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ class THcTrigDet : public THaDetector, public THcHitList { ...@@ -49,8 +49,8 @@ class THcTrigDet : public THaDetector, public THcHitList {
std::vector<std::string> fAdcNames; std::vector<std::string> fAdcNames;
std::vector<std::string> fTdcNames; std::vector<std::string> fTdcNames;
static const int fMaxAdcChannels = 100; static const int fMaxAdcChannels = 200;
static const int fMaxTdcChannels = 100; static const int fMaxTdcChannels = 200;
Int_t fTdcTimeRaw[fMaxTdcChannels]; Int_t fTdcTimeRaw[fMaxTdcChannels];
Double_t fTdcTime[fMaxTdcChannels]; Double_t fTdcTime[fMaxTdcChannels];
......
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