|
Analysis
- Data Summary
- Experimental Code (@CERN)
- Experimental Code (@after)
- Theory
Samples
- Diamond
- Alignment
DAQ
- Remote Monitoring
Learning Material
- Configure your machine
- Learn Unix shell
- Learn CPP
- Install and Learn ROOT
- Compiling ROOT Example
- Using Root for analysis
- BL4S 2014 Wiki
- Analyse-2014
- GEANT
- New ROOT + TCutg
edit SideBar
|
Follow these steps
Self Learning ....
- Install an editor of your choice.
- One nice one is Textmate .... you can install it.
- Go to CPP web site
- Do the "Tutorial" section : Intro, Basics, Program Structure, Compound Data Types
- Do the tutorial examples by copying them into the editor and saving them
- Use the extension .cpp when you save them.
- One folder per example !
- From a shell (the terminal application) .... compile and link the example to see how it runs
- Issue the command "g++ <fname>.cpp"
|