Skip to content
Genie Jhang edited this page Jul 3, 2014 · 4 revisions
  1. All the newly added classes in SpiRITROOT framework must start with ST.

    • ex) STDecoderTask.cc, STPSATask.cc
  2. All the newly added source files must have cc for their extension.

    • ex) STDecoderTask.cc, STPSATask.cc
  3. All the newly added header files must have hh for their extension.

    • ex) STDecoderTask.hh, STPSATask.hh
  4. Please leave comments in the code following Doxygen rules so that it can be shown in the class reference.

  5. Let's use Taligent's conventions for naming member variables and member functions.

  6. If you need some more, please add here.

Clone this wiki locally