ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/src/MuonSelection.cc
Revision 1.38 - (view) (annotate) - [select for diffs]
Mon Dec 17 17:12:27 2012 UTC (12 years, 5 months ago) by dkralph
Branch: MAIN
CVS Tags: HEAD, compiled
Changes since 1.37: +7 -7 lines
Diff to previous 1.37
*** empty log message ***

Revision 1.37 - (view) (annotate) - [select for diffs]
Tue Oct 23 10:42:07 2012 UTC (12 years, 6 months ago) by dkralph
Branch: MAIN
Changes since 1.36: +35 -72 lines
Diff to previous 1.36
*** empty log message ***

Revision 1.36 - (view) (annotate) - [select for diffs]
Wed Oct 17 01:31:22 2012 UTC (12 years, 7 months ago) by anlevin
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
updates for hcp sync

Revision 1.35 - (view) (annotate) - [select for diffs]
Tue Jul 17 10:17:22 2012 UTC (12 years, 10 months ago) by dkralph
Branch: MAIN
Changes since 1.34: +4 -2 lines
Diff to previous 1.34
1) implemented a way to store the bitset of all matched triggers for the leptons in the FO branches (using TBits, since root doesn't seem to yet support bitsets). See some commented lines in applyZPlusX.cc and ZPlusX.cc (more or less moot -- see below)

2) These bitsets are almost entirely zeroes, but root didn't compress them as much as I was hoping -- adding them tripled the file size, so I had to implement another way to store trigger info in the ntuples. I decided to store info for only a few  triggers in an unsigned value in SimpleLepton, with the def of the bits at the bottom of TriggerUtils.cc in the function initAnalysisTriggers (http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/MitHzz4l/Util/src/TriggerUtils.cc?r1=1.15&r2=1.16)

3) added the same (info for a few triggers) for HLT Info to an unsigned value in InfoStruct

4) added all versions of the emu cross triggers to TriggerUtils.cc

Revision 1.34 - (view) (annotate) - [select for diffs]
Mon Jul 16 10:21:12 2012 UTC (12 years, 10 months ago) by dkralph
Branch: MAIN
Changes since 1.33: +20 -3 lines
Diff to previous 1.33
Add denominator def with Dz and D0 but no IP, move some things from Various to PlotHeaders, clean up plotters

Revision 1.33 - (view) (annotate) - [select for diffs]
Mon Jul 9 08:53:53 2012 UTC (12 years, 10 months ago) by dkralph
Branch: MAIN
Changes since 1.32: +30 -52 lines
Diff to previous 1.32
Change names on lepton tag ID functions; change rootcint flags

Revision 1.32 - (view) (annotate) - [select for diffs]
Thu Jul 5 19:34:29 2012 UTC (12 years, 10 months ago) by anlevin
Branch: MAIN
Changes since 1.31: +54 -0 lines
Diff to previous 1.31
added a separate lepton id function

Revision 1.31 - (view) (annotate) - [select for diffs]
Thu Jul 5 18:16:39 2012 UTC (12 years, 10 months ago) by anlevin
Branch: MAIN
Changes since 1.30: +49 -28 lines
Diff to previous 1.30
reverted to a version that compiles

Revision 1.30 - (view) (annotate) - [select for diffs]
Thu Jul 5 13:43:13 2012 UTC (12 years, 10 months ago) by dkralph
Branch: MAIN
Changes since 1.29: +28 -49 lines
Diff to previous 1.29
*** empty log message ***

Revision 1.29 - (view) (annotate) - [select for diffs]
Thu Jun 21 20:50:25 2012 UTC (12 years, 10 months ago) by dkralph
Branch: MAIN
Changes since 1.28: +22 -1 lines
Diff to previous 1.28
Denominator def'n was changed at some point to differ from the lepton preselection fcns, so add it here...

Revision 1.28 - (view) (annotate) - [select for diffs]
Wed Jun 13 14:11:22 2012 UTC (12 years, 11 months ago) by dkralph
Branch: MAIN
Changes since 1.27: +43 -0 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (annotate) - [select for diffs]
Wed Jun 6 18:17:21 2012 UTC (12 years, 11 months ago) by anlevin
Branch: MAIN
Changes since 1.26: +62 -0 lines
Diff to previous 1.26
added muon tag selection

Revision 1.26 - (view) (annotate) - [select for diffs]
Tue Jun 5 15:00:20 2012 UTC (12 years, 11 months ago) by khahn
Branch: MAIN
CVS Tags: synced_FSR, synced_FSR_2
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
fixing andrew's fabs bug and indentation

Revision 1.25 - (view) (annotate) - [select for diffs]
Sun Jun 3 15:51:33 2012 UTC (12 years, 11 months ago) by khahn
Branch: MAIN
Changes since 1.24: +30 -0 lines
Diff to previous 1.24
adding noD0 preselection for HF studies

Revision 1.24 - (view) (annotate) - [select for diffs]
Sat Jun 2 11:59:13 2012 UTC (12 years, 11 months ago) by anlevin
Branch: MAIN
Changes since 1.23: +13 -0 lines
Diff to previous 1.23
added code for track to pf id eff measurement

Revision 1.23 - (view) (annotate) - [select for diffs]
Mon May 28 16:40:30 2012 UTC (12 years, 11 months ago) by khahn
Branch: MAIN
CVS Tags: synched2
Changes since 1.22: +3 -1 lines
Diff to previous 1.22
cosmetic line split

Revision 1.22 - (view) (annotate) - [select for diffs]
Mon May 28 12:37:10 2012 UTC (12 years, 11 months ago) by anlevin
Branch: MAIN
Changes since 1.21: +3 -0 lines
Diff to previous 1.21
added macros for frs and tp efficiencies

Revision 1.21 - (view) (annotate) - [select for diffs]
Tue May 22 22:31:17 2012 UTC (12 years, 11 months ago) by anlevin
Branch: MAIN
Changes since 1.20: +11 -8 lines
Diff to previous 1.20
made changes for new round of synchronization

Revision 1.20 - (view) (annotate) - [select for diffs]
Sun May 20 19:08:58 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.19: +6 -14 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (annotate) - [select for diffs]
Mon May 14 17:27:34 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.18: +12 -4 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (annotate) - [select for diffs]
Fri May 11 20:26:43 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
fix presel check for allArb

Revision 1.17 - (view) (annotate) - [select for diffs]
Thu May 10 22:36:12 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.16: +6 -5 lines
Diff to previous 1.16
fscking sync

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed May 9 20:03:49 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
fabs on 3DIPsig for reference sync

Revision 1.15 - (view) (annotate) - [select for diffs]
Wed May 9 14:57:19 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (annotate) - [select for diffs]
Sun May 6 23:51:01 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (annotate) - [select for diffs]
Sat May 5 21:43:54 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.12: +42 -2 lines
Diff to previous 1.12
more sync ...

Revision 1.12 - (view) (annotate) - [select for diffs]
Sat May 5 13:09:05 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.11: +0 -247 lines
Diff to previous 1.11
stuff for reference selection

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu May 3 22:06:47 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.10: +10 -25 lines
Diff to previous 1.10
eta -> rapidity in kin, muon tweaks

Revision 1.10 - (view) (annotate) - [select for diffs]
Tue May 1 23:39:15 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
porting trigger stuff

Revision 1.9 - (view) (annotate) - [select for diffs]
Tue May 1 16:38:35 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.8: +32 -0 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (annotate) - [select for diffs]
Mon Apr 30 23:54:34 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.7: +32 -0 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Apr 30 21:42:16 2012 UTC (13 years ago) by khahn
Branch: MAIN
CVS Tags: synched
Changes since 1.6: +9 -7 lines
Diff to previous 1.6
synched ...

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Apr 26 07:15:08 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Apr 26 07:02:28 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.4: +6 -6 lines
Diff to previous 1.4
first pass port to bambu

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Apr 26 06:56:18 2012 UTC (13 years ago) by khahn
Branch: MAIN
Changes since 1.3: +195 -94 lines
Diff to previous 1.3
first pass port to bambu

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Feb 29 10:10:18 2012 UTC (13 years, 2 months ago) by anlevin
Branch: MAIN
Changes since 1.2: +58 -0 lines
Diff to previous 1.2
added a backdoor muon selection and a preselection that automatically passes

Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Feb 14 01:29:01 2012 UTC (13 years, 3 months ago) by khahn
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
various fixes

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Feb 13 09:35:20 2012 UTC (13 years, 3 months ago) by khahn
Branch: MAIN
*** empty log message ***

Convenience Links

Links to HEAD: (view) (annotate) Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a