MantisBT - JANA
View Issue Details
0000285JANAFeature Requestpublic2012-09-18 06:322013-02-18 11:35
davidl 
davidl 
normalminorN/A
resolvedfixed 
0000285: Add ROOT option to mkplugin
The most common use-case for mplugin at the moment involves making ROOT histos or trees. This requires the user to modify the Makefile by adding "ROOT" to the PACKAGES variable. This is not necessarily obvious. The mkplugin script should be modified to:

1.) include ROOT by default

2.) include commented examples of locking and unlocking the JApplication level ROOT mutex.

3.) have a "--no-root" option to revert to the existing behavior where ROOT is not included.

No tags attached.
Issue History
2012-09-18 06:32davidlNew Issue
2012-09-18 07:00davidlNote Added: 0000440
2013-02-18 11:35davidlNote Added: 0000458
2013-02-18 11:35davidlStatusnew => resolved
2013-02-18 11:35davidlResolutionopen => fixed
2013-02-18 11:35davidlAssigned To => davidl

Notes
(0000440)
davidl   
2012-09-18 07:00   
While there, add:

#include <iostream>
using namespace std;
(0000458)
davidl   
2013-02-18 11:35   
Implemented in revision 1219 and will be available in JANA 0.6.6. Also added options to use DANA or BANA instead of JANA as the default setting for PACKAGES in the Makefile.