Gustaaf Brooijmans
gusbroo@fnal.gov
.hpp) should start with#ifndef _XXX_,#define _XXX_#endif
#include's should be conditioned
by using this convention:
#ifndef _YYY_
#include "yyy.hpp"
#endif
(this is for reducing compilation times)
void set() {n=0;})inline void yyy::set(){n=0;}void get_pt(float, float, float);)
const when they arevoid add(const float cell_energy);)
break
(except in switch),
continue and
goto
#defined stuff is in uppercase onlytypedefs, structures,
classes start with uppercase and are followed with lowercase
drppng f vwls)