Skip to content
Snippets Groups Projects
Commit 49b5e3f8 authored by sawjlab's avatar sawjlab
Browse files

Merge pull request #19 from sawjlab/develop

Add missing [fNelem] to comment for fA_Neg and fA_Neg_p declarations.
parents bbb5382a 7316d149
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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