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

Fixed typo in ShowerArray DefineVariables.

parent 582364f4
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ Int_t THcShowerArray::DefineVariables( EMode mode )
{"earray", "Energy Deposition in array", "fEarray"},
{ "ntracks", "Number of shower tracks", "fNtracks" },
{"adcCounter", "List of ADC counter numbers.", "frPosAdcPulseIntRaw.THcSignalHit.GetPaddleNumber()"},
{"adcCounter", "List of ADC counter numbers.", "frAdcPulseIntRaw.THcSignalHit.GetPaddleNumber()"},
{"adcPedRaw", "List of raw ADC pedestals", "frAdcPedRaw.THcSignalHit.GetData()"},
{"adcPulseIntRaw", "List of raw ADC pulse integrals.", "frAdcPulseIntRaw.THcSignalHit.GetData()"},
......
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