ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/JetFitAnalyzer/test/JetFinderAnalyzer.cc
Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Nov 26 21:06:02 2009 UTC (15 years, 5 months ago) by dnisson
Branch: MAIN
CVS Tags: V01-00-00
Changes since 1.22: +21 -203 lines
Diff to previous 1.22
Begin eliminating errors

Revision 1.22 - (view) (annotate) - [select for diffs]
Thu Nov 26 06:49:54 2009 UTC (15 years, 5 months ago) by dnisson
Branch: MAIN
Changes since 1.21: +18 -21 lines
Diff to previous 1.21
Completing name changes, adapting to new structure

Revision 1.21 - (view) (annotate) - [select for diffs]
Wed Nov 11 22:24:41 2009 UTC (15 years, 5 months ago) by dnisson
Branch: MAIN
Changes since 1.20: +1 -2 lines
Diff to previous 1.20
T`

Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Nov 11 01:46:56 2009 UTC (15 years, 5 months ago) by dnisson
Branch: MAIN
Changes since 1.19: +4 -24 lines
Diff to previous 1.19
Encapsulated functions into class model_def, as appropriate.

Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Nov 10 01:25:49 2009 UTC (15 years, 5 months ago) by dnisson
Branch: MAIN
CVS Tags: V00-01-01, V00-01-02, V00-01-03
Branch point for: V00-01-03-branch
Changes since 1.18: +30 -23 lines
Diff to previous 1.18
New sigmas

Revision 1.18 - (view) (annotate) - [select for diffs]
Wed Oct 14 03:09:21 2009 UTC (15 years, 6 months ago) by dnisson
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
oops, forgot headers

Revision 1.17 - (view) (annotate) - [select for diffs]
Wed Oct 14 02:45:58 2009 UTC (15 years, 6 months ago) by dnisson
Branch: MAIN
Changes since 1.16: +41 -33 lines
Diff to previous 1.16
Changed to return 0 from make_histo instead of throwing an exception.

Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Sep 24 20:56:28 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
CVS Tags: V00-01-00
Changes since 1.15: +6 -43 lines
Diff to previous 1.15
Fixed segfault. (Can someone please show me how to throw an exception that stops only processing of the event, not the whole job?)

Revision 1.15 - (view) (annotate) - [select for diffs]
Wed Sep 23 17:49:55 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.14: +43 -132 lines
Diff to previous 1.14
Removed some obsolete code, fixed several flaws in previous version. (Why still crashing on a certain event?)

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Sep 23 03:31:30 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.13: +11 -10 lines
Diff to previous 1.13
Made histogram coarser to speed up fitting. (30x30 vs. the previous 60x60)

Revision 1.13 - (view) (annotate) - [select for diffs]
Wed Sep 23 03:13:07 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.12: +69 -59 lines
Diff to previous 1.12
Changed to select only a single energy. (Note: There might be a stack corruption somewhere)

Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Sep 15 21:14:06 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
CVS Tags: V00-00-01
Changes since 1.11: +12 -4 lines
Diff to previous 1.11
Working version with external clustering support.

Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Sep 11 20:03:24 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.10: +21 -46 lines
Diff to previous 1.10
Allowing external clustering

Revision 1.10 - (view) (annotate) - [select for diffs]
Wed Sep 9 15:18:11 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
bug fixes

Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Sep 4 20:44:29 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.8: +10 -4 lines
Diff to previous 1.8
fixed bound check errors. (FCN memory is being corrupted somewhere)

Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Sep 4 20:07:04 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Print out chisquare in jetfindlog.txt

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Sep 4 19:45:18 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6
Updated sigma, removed unnecessary cout

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Sep 4 17:57:32 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.5: +43 -6 lines
Diff to previous 1.5
Fixed phi range issues.

Revision 1.5 - (view) (annotate) - [select for diffs]
Fri Sep 4 15:30:38 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
Using only final-state GenParticles

Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Sep 4 15:01:32 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.3: +45 -80 lines
Diff to previous 1.3
Changed from HepMC::GenParticle to reco::GenParticle, obviating need for class GenericParticle

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Sep 3 18:02:35 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.2: +0 -1 lines
Diff to previous 1.2
Removed TODO comment that no longer applied. (oops!)

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Sep 3 18:00:45 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Changes since 1.1: +161 -53 lines
Diff to previous 1.1
Added option to fit particle flow info.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Sep 2 21:48:13 2009 UTC (15 years, 7 months ago) by dnisson
Branch: MAIN
Adding JetFitAnalyzer package to CMS repository.

Convenience Links

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