How to add your applications to ROOT

  1. Write code based on ROOT agreements, i.e.
    1. Class names begin with a capital T .
    2. Fundamental types end with a lowercase letter _ t .
    3. Members - data begins with a lowercase letter f .
    4. Member functions begin with a capital letter.
    5. Constants begin with a lowercase k .
    6. Global variables start with a lowercase g .
    7. Static data members begin with the fg letter combination.
    8. Enumeration types begin with an uppercase E .
    9. Local variables and parameters begin with a lowercase letter.
    10. The methods for getting and setting the parameters start with Get and Set respectively.
  2. Visit the site http://root.cern.ch , find the Forum and the Forum section My ROOT App & amp; 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 administration of our site. (See "Contacts".)