Skip to content
Snippets Groups Projects
Commit d640f65f authored by Carlos Yero's avatar Carlos Yero Committed by Mark K Jones
Browse files

fixed hcana warning on THcCoinTime.cxx

parent d6e15d16
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,9 @@ THcCoinTime::THcCoinTime (const char *name, const char* description, const char*
const char* elecArmName, const char* coinname) :
THaPhysicsModule(name, description),
fCoinDetName(coinname),
fhadArmName(hadArmName), //initialize spectro names
felecArmName(elecArmName),
fCoinDetName(coinname),
fhadSpectro(NULL), //initialize spectro objects
felecSpectro(NULL),
fCoinDet(NULL)
......
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