How to add your applications to ROOT
- Write code based on ROOT agreements, i.e. li>
- Class names begin with a capital T .
- Fundamental types end with a lowercase letter _ t .
- Members - data begins with a lowercase letter f .
- Member functions begin with a capital letter.
- Constants begin with a lowercase k .
- Global variables start with a lowercase g .
- Static data members begin with the fg letter combination.
- Enumeration types begin with an uppercase E .
- Local variables and parameters begin with a lowercase letter.
- The methods for getting and setting the parameters start with Get and Set respectively.
- Visit the site http://root.cern.ch , find the Forum and the Forum section My ROOT App & amp; Ideas
- Write a brief description of the application explaining its functionality.
- Specify which operating system your application is running on.
- Specify which versions of ROOT your application works with.
- Provide test cases. li>
- If the code exceeds the maximum 2MB, it is possible to transfer to the ROOT website , then you need to implement an external project website.
- If your application is accepted, it must be maintained.
If you have difficulty in executing this instruction, contact the administration of our site. (See "Contacts".)