ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/Modules/LimitCalculation.C
Revision 1.31 - (view) (annotate) - [select for diffs]
Thu Nov 24 08:19:17 2011 UTC (13 years, 5 months ago) by buchmann
Branch: MAIN
CVS Tags: HEAD, beforeFR20120418, cbaf_4_98ifb_paper, cbaf_4p7ifb
Changes since 1.30: +21 -8 lines
Diff to previous 1.30
Store predictions in new prediction library (don't do this though if we're in a hurry, say we're generating scan templates [i.e. last_configuration.C] )

Revision 1.30 - (view) (annotate) - [select for diffs]
Wed Nov 16 14:50:33 2011 UTC (13 years, 5 months ago) by buchmann
Branch: MAIN
Changes since 1.29: +3 -4 lines
Diff to previous 1.29
Removed remaining calls to getaddrinfo to improve site compatibilty

Revision 1.29 - (view) (annotate) - [select for diffs]
Wed Nov 16 13:41:30 2011 UTC (13 years, 5 months ago) by buchmann
Branch: MAIN
Changes since 1.28: +9 -1 lines
Diff to previous 1.28
Two new features: the time limit for the limit capsule algorithm is raised for the crab case (1h); if the algorithm runs into this limit three times (i.e. fails completely) a file is placed in 'exchange' which is then detected by the run script, as the algorithm counts as failed at this point, and the CRAB jobs will be considered failed

Revision 1.28 - (view) (annotate) - [select for diffs]
Mon Nov 7 15:24:59 2011 UTC (13 years, 6 months ago) by buchmann
Branch: MAIN
Changes since 1.27: +8 -6 lines
Diff to previous 1.27
Updated limit calculation for flipped analysis

Revision 1.27 - (view) (annotate) - [select for diffs]
Mon Oct 24 15:26:14 2011 UTC (13 years, 6 months ago) by buchmann
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Now officially using the timed limit capsule

Revision 1.26 - (view) (annotate) - [select for diffs]
Mon Oct 24 15:05:37 2011 UTC (13 years, 6 months ago) by buchmann
Branch: MAIN
Changes since 1.25: +75 -31 lines
Diff to previous 1.25
Upgrade from HoneyPot to IceCreamBowl: merged in offpeak stuff, different warning color for frederic, saving to rootfile, only 3 attempts when computing limits and much, much more

Revision 1.25 - (view) (annotate) - [select for diffs]
Mon Sep 26 15:48:20 2011 UTC (13 years, 7 months ago) by buchmann
Branch: MAIN
CVS Tags: Honeypot, cbaf_2p1ifb
Changes since 1.24: +8 -29 lines
Diff to previous 1.24
Updated limit script to compute expected limits as well

Revision 1.24 - (view) (annotate) - [select for diffs]
Thu Sep 15 13:54:15 2011 UTC (13 years, 7 months ago) by buchmann
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23
Switching to roostats

Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Sep 15 08:58:43 2011 UTC (13 years, 7 months ago) by buchmann
Branch: MAIN
Changes since 1.22: +3 -4 lines
Diff to previous 1.22
Everything is now ready to switch to roostats (just switch one line in LimitCalculation.C where it says LimitCapsule.exec and replace it with NewLimitCapsule.exec

Revision 1.22 - (view) (annotate) - [select for diffs]
Wed Sep 14 13:20:33 2011 UTC (13 years, 7 months ago) by buchmann
Branch: MAIN
Changes since 1.21: +10 -10 lines
Diff to previous 1.21
Updated scripts for roostats with external call - will upload new LimitCapsule once it's passed all tests

Revision 1.21 - (view) (annotate) - [select for diffs]
Wed Sep 14 12:02:01 2011 UTC (13 years, 7 months ago) by buchmann
Branch: MAIN
Changes since 1.20: +5 -5 lines
Diff to previous 1.20
Modified latex table output (had an \arraystretch instead of \arraystretch); corrected some cout's to dout's

Revision 1.20 - (view) (annotate) - [select for diffs]
Tue Sep 6 10:39:13 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.19: +46 -5 lines
Diff to previous 1.19
Implemented an 'external' capsule called LimitCapsule to calculate the limits. If this capsule fails, it returns a non-zero exit code, prompting the script to run it again (up to five times).

Revision 1.19 - (view) (annotate) - [select for diffs]
Fri Sep 2 12:55:22 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.18: +4 -2 lines
Diff to previous 1.18
only cl95 not cla

Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Sep 2 06:23:51 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.17: +17 -12 lines
Diff to previous 1.17
Temporarily reverting to cmscl95 while investigating crash in roostats

Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Sep 1 16:23:46 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Added more maps for susy scan (for systematics)

Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Sep 1 15:43:46 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Adapted plot names for limits

Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Sep 1 11:01:42 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.14: +42 -10 lines
Diff to previous 1.14
General overhaul to move to the roostats_cl95 script; this means changes in all parts using limits such as the SUSY scan module and the limits module but also all modules and parts loading these parts. Changes in: SUSYModule, Create_All_Plots, various_studies, LimitCalculation, DistributedModelCalculation/{Systematics/SystematicsWorkerScript,Limits/LimitWorkerScript,Efficiency/EfficiencyWorkerScript} . This will require quite a bit of testing ....

Revision 1.14 - (view) (annotate) - [select for diffs]
Mon Aug 29 07:27:43 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Adapted on screen information regarding the new signal contamination switch

Revision 1.13 - (view) (annotate) - [select for diffs]
Mon Aug 29 06:30:01 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.12: +10 -1 lines
Diff to previous 1.12
Implemented switch for signal contamination

Revision 1.12 - (view) (annotate) - [select for diffs]
Fri Aug 26 10:37:21 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.11: +15 -9 lines
Diff to previous 1.11
Added a neat little feature to have CBAF write the limit chart in TeX for us

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Aug 25 20:19:12 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.10: +28 -13 lines
Diff to previous 1.10
Updated the limit calculation to use efficiencies not with respect to the acceptance but OVERALL numbers to get a limit on the cross section instead of the xs x acc; also readied it for cases where signal contamination is stronger than the signal

Revision 1.10 - (view) (annotate) - [select for diffs]
Wed Aug 17 14:24:51 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Making limit calculation play nice with the new format of fill_result_histos, which now also contains an upper cut

Revision 1.9 - (view) (annotate) - [select for diffs]
Mon Aug 8 14:20:46 2011 UTC (13 years, 9 months ago) by fronga
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Adapt to new interface (includes error on # observed events)

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Jul 27 12:16:15 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Minor bugfix: wrong index in limits vector could lead to segfault when n(samples)<n(jzbcuts)

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Jul 22 14:43:04 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.6: +29 -1 lines
Diff to previous 1.6
Minor changes

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Jul 22 10:15:34 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.5: +4 -128 lines
Diff to previous 1.5
Moved SUSY space scan related functions to separate file

Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Jul 20 14:34:31 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.4: +148 -35 lines
Diff to previous 1.4
Moved functions that were for temporary studies out of the main workflow

Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Jul 20 12:26:11 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.3: +7 -4 lines
Diff to previous 1.3
Making limit calculation more customizable

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Jul 20 08:52:17 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.2: +36 -26 lines
Diff to previous 1.2
Adapted the output; all output is now written on screen and to a file simultaneously; Added a table similar to Tab3 in the PAS (SUS-11-012)

Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Jul 19 15:04:16 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.1: +76 -17 lines
Diff to previous 1.1
Introduced new limit calculation interfacing with the standard CMS CL script

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Jul 19 08:15:45 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Moved different limit calculation functions to separate module to unclutter Plotting_Functions; moved unneeded functions to the dusty module

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