Changes between Version 4 and Version 5 of CodingRules


Ignore:
Timestamp:
11/26/13 11:45:11 (11 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodingRules

    v4 v5  
    26260. Whenever possible propagate const-references instead of copying the argument. This is an optimization issue.
    27270. Use gRandom and do not define your own TRandom object. The global scope will take care of that. A major advantage of simulations is to be able to set a global(!) seed.
     280. For proper documentation, please have a look at other classes. Note that FACT++ and Mars style is slightly different. Mars is using THtml with some Mars specific setup, FACT++ is using doxygen.
    2829
    2930