Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 2.63 KB

LOG.md

File metadata and controls

74 lines (53 loc) · 2.63 KB

Log of changes

The most important logs should go here. Other are monitored with git commits.

2014-Feb-10, Brian

  • Updating to 9.6
  • Added new photon trkIso for MVA
  • Fixed photon bug
  • Nate added new bjet stuff

2014-Jan-25, Brian

  • Updating to 9.5, andrey added back those important fucking electron variables he decided to remove
  • It's like he just screws with me on purpose for his own amusement

2013-Dec-22, Andrey

  • More conversion information added
  • Moved Brian's footprint into a struct inside Photon class

2013-Dec-12, Andrey

  • Conversion information is added to the tracks that have matched conversions.

2013-Dec-10, Andrey

  • Introducing TCTrack class. It is used inside TCElectron to save the GSF tracks inside it.

2013-Nov-18, Andrey

  • Adding an option to save/not save trigger objects (don't save by default, some work needs to be done there)
  • More trigger names added: quarkonia and Di-photon with a mass constraint
  • Clean up some Brian's shit from the git

2013-Oct-21, Andrey

  • Introducing TCEGamma class - common class for Electrons and Photons

2013-Sep-17, Andrey

  • Updated the code to work with CMSSW_5_3_11_patch6
  • Made MVA for electron ID calculated on the fly, updated regressions
  • Added High boosted Z -> ee isolation

2013-Aug-18, Brianne

  • Added back a few of the minor changes from Aug-01. It was a waste of my time. skimLepton was not even fully implemented into the analyzer, it was just floating around unused and uninitialized. VarParser is still removed, looks like its more complicated then useful in its v6.4 iteration. Trigger names still need to be readded for H->llgamma

2013-Aug-01, Andrey

  • Using VarParser for selection isRealData option. Now one can run it with: cmsRun isRealData=1 without editing the config file. One can also specify other option, or add (register) more.
  • Added an option for skimLepton from a cfg
    • Lowered the cut on electron pt skimming from 10 to 5
  • More HLT trigger names added for H -> llgamma dalits analysis.

2013-Jul-13, Andrey

  • Ported this thing to git.

2012-Oct : 2013-Jul

  • Nobody likes to write the logs...

2012-Oct-04, Nate

  • Branch for 533 release

2011-Sep-30

  • Tagged with V00-05 - Wjets and Data with proper json files are produced with it.
  • Attempted to properly include the TriggerObject - failed. Need to figure out the way to call the method from HLT trigger.
  • Tested skimZ - works fine.

2011-Sep-21

  • Added the MET significance method to TCMET class.

2011-Aug-30

  • Added updated json files for future productions
  • Updated crab config files (still needs to be checked though)