Schedule

I put our collective scedule on google document, and everyone who can access this blog can access it in the following link

https://spreadsheets.google.com/ccc?key=0AtFTtJXW0gX0dEFGNTFDX2wxNVdXb3kxeVM0UFgwWHc&hl=en

Please let me know if there is any problem and I would fix it.

LHC software course: Discussion of the tutorials (cont.)

Who: Prof. Arno Heister

Room: CERN 304-1-007

Please bring your laptop.

We will discuss your homework assignments, progress with the tutorials, etc.

Links used in todays lecture:

  1. CMS data discovery
  2. CMS LXR browser (this link is accesible also fior the remote students i.e. without any password)

Homework:

  • Continue working on the longer exercises available from here.
  • Each one of you should give a 5-10min report on what you could accomplish next Monday.

LHC software course: ROOT TTree using an event class follow up, CMSSW introduction

Who: Prof. Arno Heister

Room: CERN 354-1-016

Please bring your laptop. We will continue working with the jet event example in the ROOT tutorial section today.

Here is a link to the slides for today: CMS PAT introduction

Links for todays lecture:

  1. CMS computing model
  2. How to locate CMS data
  3. CMS data analysis school (prelimenaries)

Homework:

  • Pick one or more exercises from here.

LHC software course: ROOT TTree using an event class (part II)

Who: Prof. Arno Heister

Room: CERN 354-1-016

Please bring your laptop. We will continue working with the jet event example in the ROOT tutorial section today.

Homework:

  • Start from the jets.C TTree loop and add the option of filling histograms with info from the JetEvent class. Also add the possibility to cut on quantities like e.g. the number of tracks per event, the pt of jets, etc. Upload your work i.e. .C files, etc. as usual beforethe next lecture to this area. Important: Do not use anywhere the SetBinContentmethod or the TTree:Draw(..) method.
  • Write and define your own ROOT style, etc. and put all your enhancements into your standard rootlogon.C file.
  • Give us details about H->ttbar channel shown in the plot we discussed in the lecture. The plot can be found in this publication.

LHC software course: ROOT TTree, event class, etc.

Who: Prof. Arno Heister

Room: CERN 354-1-016

Please bring your laptop. We will work with the jet event example in the ROOT tutorial section today.

Homework:

  • Upgrade the jets.C TTree loop and add the option of filling histograms with info from the JetEvent class. Also add the possibility to cut on quantities like e.g. the number of tracks per event, the pt of jets, etc. Upload your work i.e. .C files, etc. as usual before the next lecture to this area. Important: Do not use anywhere the SetBinContent method.