From 7316d1499c2df51f8cf0e8004d0a6bf21700440f Mon Sep 17 00:00:00 2001 From: "Stephen A. Wood" <saw@jlab.org> Date: Fri, 18 Oct 2013 14:34:05 -0400 Subject: [PATCH] Add missing [fNelem] to comment for fA_Neg and fA_Neg_p declarations. This is magic that allows the size of arrays to passed to the root tree making. --- src/THcShowerPlane.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/THcShowerPlane.h b/src/THcShowerPlane.h index 9bf2388..8cb7e14 100644 --- a/src/THcShowerPlane.h +++ b/src/THcShowerPlane.h @@ -109,9 +109,9 @@ public: protected: Double_t* fA_Pos; // [fNelem] ADC amplitudes of blocks - Double_t* fA_Neg; + Double_t* fA_Neg; // [fNelem] ADC amplitudes of blocks Double_t* fA_Pos_p; // [fNelem] pedestal subtracted ADC amplitudes - Double_t* fA_Neg_p; + Double_t* fA_Neg_p; // [fNelem] pedestal subtracted ADC amplitudes Double_t* fEpos; // [fNelem] energy depositions seen by positive PMTs Double_t* fEneg; // [fNelem] energy depositions seen by negative PMTs -- GitLab