Slide 002: "Specify the name of the program" [ 00:01:41 ]
Go To Slide:
Using d0tools for running D0 programs
Specify the name of the program
More options, batch, debugging
Input/Output: list of files
Stop ignoring floating point exceptions
Many other options
runchunkanalyze
To process a thumbnail file
Fancier options: skim the data
More options
Last feature
How do I create?
end of part II
Contents part 3
analysis_example header file
Handle Output ROOT files (slide 5)
Already seen in part 2 [6]
Everything private [7]
Create pointers for histograms
Event counting/bookkeeping [9]
And finally the analysis code [10]
Another list of include statements [11]
Used in a few slides
Read the package RCP [13]
Remember the barcode [15]
Who is the lucky winner of prize #7? [15]
Event counters [16]
After all those histograms [17]
Do stupid things [18]
The proper way of writing [19]
Use the error logger instead
What if the message is more serious [21]
Doing all the work in alalyzeEvent
Stupid things are sometimes necessary [23]
The EMparticleChunk [24]
Start with a pointer to EMparticle [25]
Link indices and link pointers
The other chunks [27]
By learning 5 or 6 lines of code [28]
Shared properties [29]
The Jet Chunk
The missing E_T chunk [31]
The ChargedParticleChunk [32]
Use names, not indices [33]
Nothing really fancy [34]
All the difficulty of writing analysis code [35]
end