| name | language | licence |
|---|---|---|
| enum - array of labelled values | C++ | Other |
| Print a TCut | C++ | Other |
| Ternery operator / conditional expression | C++ | Other |
| Maximum likelihood, minuit example | C++ | Other |
| Commenting code including comments | C++ | Other |
| Convert string to integer | C++ | Other |
| Distance from a point to a line | C++ | Other |
language: C++
licence: Other
enum - array of labelled values
options: view full snippet • send to code collector
enum Int_t {
kd2o = 0,
ksalt = 1,
kncd = 2,
};



library
latex (12)