ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/Modules/SampleClass.C
Revision 1.20 - (view) (annotate) - [select for diffs]
Thu Sep 29 07:37:27 2011 UTC (13 years, 7 months ago) by buchmann
Branch: MAIN
CVS Tags: Honeypot, cbaf_2p1ifb
Changes since 1.19: +12 -1 lines
Diff to previous 1.19
Added method to remove sample from sample collection; this can be very useful for scans to reduce memory consumption

Revision 1.19 - (view) (annotate) - [select for diffs]
Wed Sep 21 10:05:32 2011 UTC (13 years, 7 months ago) by fronga
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
OK, int is not big enough... Make it long (should be ulong, actually...).

Revision 1.18 - (view) (annotate) - [select for diffs]
Thu Sep 8 15:22:42 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Restoring correct weight

Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Sep 8 15:20:56 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.16: +9 -9 lines
Diff to previous 1.16
Fixed over/underflow bug which lead to the first/last bin becoming the under/overflow bin instead of actually containing it as well

Revision 1.16 - (view) (annotate) - [select for diffs]
Mon Sep 5 14:25:55 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Deactivated error calculation for over/underflow bins for stacks

Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Aug 25 08:44:43 2011 UTC (13 years, 8 months ago) by fronga
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Slightly improved comment

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Aug 17 09:59:08 2011 UTC (13 years, 8 months ago) by fronga
Branch: MAIN
Changes since 1.13: +31 -1 lines
Diff to previous 1.13
Add units in y-axis labels.

Revision 1.13 - (view) (annotate) - [select for diffs]
Wed Aug 17 09:22:37 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Fixed typo

Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Aug 15 09:31:23 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Fixed minor 'typo'

Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Aug 15 06:59:32 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Changed empty hit collection warning to a regular warning

Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Aug 8 14:11:46 2011 UTC (13 years, 9 months ago) by fronga
Branch: MAIN
Changes since 1.9: +11 -7 lines
Diff to previous 1.9
The event-by-event weight can be customized (e.g., to switch off PU reweighting).
Added small protection in case chosen MC to plot was misspelt.

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Jul 27 13:07:42 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.8: +18 -3 lines
Diff to previous 1.8
Sample collection class can now also draw thstack with a variable binning via a vector; the previous type (min,max,nbins) gets converted to a vector automatically and is still accepted

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Jul 20 08:51:33 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.7: +30 -30 lines
Diff to previous 1.7
Adapted the output; all output is now written on screen and to a file simultaneously

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Jul 15 14:18:53 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
Adapted the pick up function to require triggers to have been fired

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Jul 14 06:25:07 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Style update

Revision 1.5 - (view) (annotate) - [select for diffs]
Tue Jul 12 12:57:10 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.4: +68 -0 lines
Diff to previous 1.4
Now also supporting 2d draw commands

Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Jul 8 14:33:58 2011 UTC (13 years, 10 months ago) by buchmann
Branch: MAIN
Changes since 1.3: +49 -14 lines
Diff to previous 1.3
Also implemented PickUp function now; Please remember to specify the -l TreePlayer option when compiling ...

Revision 1.3 - (view) (annotate) - [select for diffs]
Fri Jul 8 06:20:31 2011 UTC (13 years, 10 months ago) by buchmann
Branch: MAIN
Changes since 1.2: +4 -0 lines
Diff to previous 1.2
Introduced some very early and preliminary sideband checks; fixed bug in Create_All_Plots (global canvas was passed to a lot of functions and at some point wasn't saved correctly anymore); added response correction function (correcting for |pfmet-pt|/pt deficiency); changed the fitting function (cb_fit_...) to return the result (functions) as a vector with 0 being the down variation, 1 the central and 2 the up variation instead of using global tf1s that could be (falsely) misused; updated to sample with 1068 /pb; introduced very simplistic histo integral function (to be improved); other changes ...

Revision 1.2 - (view) (annotate) - [select for diffs]
Mon Jul 4 08:47:02 2011 UTC (13 years, 10 months ago) by buchmann
Branch: MAIN
Changes since 1.1: +46 -4 lines
Diff to previous 1.1
Added possibility to display underflow and overflow bins directly in plots (useful e.g. for pt etc.)

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Jun 22 11:07:37 2011 UTC (13 years, 10 months ago) by buchmann
Branch: MAIN
Initial commit of Plotting tools

Convenience Links

Links to HEAD: (view) (annotate) Links to Honeypot: (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