Difference between revisions of "Ntuple analysis skeleton"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
The Analysis of the Root ntuple proceeds in a very straightforward way. | The Analysis of the Root ntuple proceeds in a very straightforward way. | ||
Inside ROOT we used MakeClass() to get the .h and .C files. These were | Inside ROOT we used MakeClass() to get the .h and .C files. These were | ||
− | + | extended to our needs and together the following three files form the | |
+ | analysis skeleton: | ||
+ | 1) [http://www.nikhef.nl/~ivov/Analysis_Skeleton/simpleTTbarAnalysis.h simpleTTbarAnalysis.h] | ||
− | simpleTTbarAnalysis. | + | 2) [http://www.nikhef.nl/~ivov/Analysis_Skeleton/simpleTTbarAnalysis.C simpleTTbarAnalysis.C] |
− | + | 3) [http://www.nikhef.nl/~ivov/Analysis_Skeleton/simpleNtupleTTbarAnalysis.C simpleNtupleTTbarAnalysis.C] | |
− | + | <font color = red> simpleTTbarAnalysis.h </font> |
Revision as of 08:39, 30 June 2005
Analysis Skeleton to analyse the Standard Ntuple
The Analysis of the Root ntuple proceeds in a very straightforward way. Inside ROOT we used MakeClass() to get the .h and .C files. These were extended to our needs and together the following three files form the analysis skeleton:
3) simpleNtupleTTbarAnalysis.C
simpleTTbarAnalysis.h