MICC JINR Multifunctional
Information and Computing
Complex

RU

How to add your applications to ROOT

 

1. Write code based on ROOT agreements, i.e.

     a. Class names begin with a capital T.

     b. Fundamental types end with a lowercase letter _t.

     c. Members - data begins with a lowercase letter f.

     d. Member functions begin with a capital letter.

     e. Constants begin with a lowercase k.

     f. Global variables start with a lowercase g.

     g. Static data members begin with the fg letter combination.

     h. Enumeration types begin with an uppercase E.

     i. Local variables and parameters begin with a lowercase letter.

     j. The methods for getting and setting the parameters start with Get and Set respectively.

2. Visit the site http://root.cern.ch, найти Форум и раздел Форума My ROOT App & Ideas.

3. Write a brief description of the application explaining its functionality.

4. Specify which operating system your application is running on.

5. Specify which versions of ROOT your application works with.

6. Provide test cases.

7. 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.

8. If your application is accepted, it must be maintained.

If you have difficulty in executing this instruction, contact the Tatiana Solovieva. (See "Contact person".)