Difference between revisions of "Ntuple analysis skeleton"

From Atlas Wiki
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
changed to our needs and results in the following files:
+
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.h
+
2) [http://www.nikhef.nl/~ivov/Analysis_Skeleton/simpleTTbarAnalysis.C simpleTTbarAnalysis.C]
  
simpleTTbarAnalysis.C
+
3) [http://www.nikhef.nl/~ivov/Analysis_Skeleton/simpleNtupleTTbarAnalysis.C simpleNtupleTTbarAnalysis.C]
  
simpleNtupleTTbarAnalysis.C
+
<font color = red> simpleTTbarAnalysis.h </font>

Revision as of 10: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:

1) simpleTTbarAnalysis.h

2) simpleTTbarAnalysis.C

3) simpleNtupleTTbarAnalysis.C

simpleTTbarAnalysis.h