Check ROOT version of TMVA

Hey guys, apologies if this is a silly question, but is there a simple way for me to check which version of TMVA my ROOT (v5.24.00b) is using. I recently downloaded and installed TMVA v4.00.03 and then loaded the library libTMVA.1.so using gSystem->Load. However I would now like to check that ROOT recognises this library as being successfully loaded, any ideas how I go about this? :question:

Hi,

From the ROOT prompt, you can issuesroot [] .files which will list the full pathname of the loaded libraries.

Also TMVA usually prints its version number when you start using it.

Cheers,
Philippe.

Thanks, this is perfect!