Skip to content
Snippets Groups Projects
Commit 13b52fca authored by Axel Naumann's avatar Axel Naumann
Browse files

Outline TVirtualMC::GetMC() against ROOT-6484.

parent 2812b568
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ public:
virtual ~TVirtualMC();
/// Static access method
static TVirtualMC* GetMC() { return fgMC; }
static TVirtualMC* GetMC();
//
// ------------------------------------------------
......
......@@ -90,6 +90,15 @@ TVirtualMC::~TVirtualMC()
// methods
//
////////////////////////////////////////////////////////////////////////////////
///
/// Static access method
///
TVirtualMC* TVirtualMC::GetMC() {
return fgMC;
}
////////////////////////////////////////////////////////////////////////////////
///
/// Set particles stack.
......
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