Skip to content
Snippets Groups Projects
Commit 2e29ed43 authored by Vardan Tadevosyan's avatar Vardan Tadevosyan Committed by Stephen A. Wood
Browse files

Modify definition of arrays of ADC hits of the Shower planes.

parent 01a0d29f
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ THcShowerPlane::THcShowerPlane( const char* name, ...@@ -37,8 +37,8 @@ THcShowerPlane::THcShowerPlane( const char* name,
: THaSubDetector(name,description,parent) : THaSubDetector(name,description,parent)
{ {
// Normal constructor with name and description // Normal constructor with name and description
fPosADCHits = new TClonesArray("THcSignalHit",13); fPosADCHits = new TClonesArray("THcSignalHit",fNelem);
fNegADCHits = new TClonesArray("THcSignalHit",13); fNegADCHits = new TClonesArray("THcSignalHit",fNelem);
//#if ROOT_VERSION_CODE < ROOT_VERSION(5,32,0) //#if ROOT_VERSION_CODE < ROOT_VERSION(5,32,0)
// fPosADCHitsClass = fPosADCHits->GetClass(); // fPosADCHitsClass = fPosADCHits->GetClass();
......
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