User Tools

Site Tools


asc:tutorials:2014october28

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
asc:tutorials:2014october28 [2014/10/28 20:42]
asc [Lesson 3: C++/ROOT program to read xAOD]
asc:tutorials:2014october28 [2014/10/28 21:33]
asc [Lesson 4: Filling histograms]
Line 301: Line 301:
 localSetupFAX --rootVersion=current-SL6 localSetupFAX --rootVersion=current-SL6
 voms-proxy-init -voms atlas voms-proxy-init -voms atlas
-xrdcp $STORAGEPREFIX/atlas/rucio/valid2:AOD.01482225._000140.pool.root.1 +xrdcp $STORAGEPREFIX/atlas/rucio/valid2:AOD.01482225._000140.pool.root.1 . 
-xrdcp $STORAGEPREFIX/atlas/rucio/valid2:AOD.01482225._000141.pool.root.1 +xrdcp $STORAGEPREFIX/atlas/rucio/valid2:AOD.01482225._000141.pool.root.1 . 
-xrdcp $STORAGEPREFIX/atlas/rucio/valid2:AOD.01482225._000142.pool.root.1+xrdcp $STORAGEPREFIX/atlas/rucio/valid2:AOD.01482225._000142.pool.root.1 .
 </code> </code>
  
Line 312: Line 312:
 python Make_input data python Make_input data
 </code> </code>
 +Now inputdata.txt should pick up your xAOD files.
  
  
Line 333: Line 333:
 To do this we will need a number of changes: To do this we will need a number of changes:
  
-1) We need to link several ATLAS packages. +1) We need to link several ATLAS packages (it's done already, just look what is inside!)
  
 <code> <code>
Line 341: Line 341:
 in "cmt/Makefile.RootCore". We linked more packaged than needed to illustrate what can be linked.  Use "rc version" to check their versions. in "cmt/Makefile.RootCore". We linked more packaged than needed to illustrate what can be linked.  Use "rc version" to check their versions.
  
-2) Then we need to modify 2 places to put histograms +2) Then we need to modify 2 places to put histograms (it's done already, just look what is inside!)
  
 <code python> <code python>
Line 393: Line 393:
 TBrowser a TBrowser a
 </code> </code>
-and look at the histograms of jet and muon pT.+and look at the histograms with jet and muon pT.
  
  
asc/tutorials/2014october28.txt · Last modified: 2014/10/29 13:55 by asc