ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataCont/interface/RefArray.h
Revision 1.23 - (view) (annotate) - [select for diffs]
Sun Sep 19 23:46:08 2010 UTC (14 years, 7 months ago) by bendavid
Branch: MAIN
CVS Tags: Mit_014e, Mit_015, Mit_015a, Mit_015b, Mit_016, Mit_017, Mit_017pre1, Mit_017pre2, Mit_017pre3, Mit_018, Mit_020, Mit_020a, Mit_020b, Mit_020c, Mit_020d, Mit_020pre1, Mit_021, Mit_021pre1, Mit_021pre2, Mit_022, Mit_022a, Mit_023, Mit_024, Mit_024a, Mit_024b, Mit_025, Mit_025a, Mit_025b, Mit_025c, Mit_025c_branch0, Mit_025c_branch1, Mit_025c_branch2, Mit_025d, Mit_025pre1, Mit_025pre2, TMit_020d
Branch point for: Mit_025c_branch
Changes since 1.22: +6 -2 lines
Diff to previous 1.22
add hard protections for null pointers from refs

Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Mar 23 22:15:10 2009 UTC (16 years, 1 month ago) by loizides
Branch: MAIN
CVS Tags: Mit_008, Mit_009, Mit_009a, Mit_009b, Mit_009c, Mit_010, Mit_010a, Mit_011, Mit_011a, Mit_012, Mit_012a, Mit_012b, Mit_012c, Mit_012d, Mit_012e, Mit_012f, Mit_012g, Mit_012h, Mit_012i, Mit_013, Mit_013a, Mit_013b, Mit_013c, Mit_013d, Mit_013pre1, Mit_014, Mit_014a, Mit_014b, Mit_014c, Mit_014d, Mit_014pre1, Mit_014pre2, Mit_014pre3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
Cosmetics

Revision 1.21 - (view) (annotate) - [select for diffs]
Mon Mar 23 13:07:17 2009 UTC (16 years, 1 month ago) by loizides
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20
Reset entries cache when objects are added

Revision 1.20 - (view) (annotate) - [select for diffs]
Fri Mar 20 09:29:24 2009 UTC (16 years, 1 month ago) by loizides
Branch: MAIN
Changes since 1.19: +8 -5 lines
Diff to previous 1.19
Cosmetics

Revision 1.19 - (view) (annotate) - [select for diffs]
Thu Mar 12 18:19:48 2009 UTC (16 years, 1 month ago) by loizides
Branch: MAIN
CVS Tags: Mit_008pre2
Changes since 1.18: +2 -1 lines
Diff to previous 1.18
Proper resetting of the cached entry in BaseCollection.

Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Mar 6 13:52:54 2009 UTC (16 years, 2 months ago) by loizides
Branch: MAIN
Changes since 1.17: +14 -14 lines
Diff to previous 1.17
Have Entries also implemented for BaseCollection avoiding successive virtual calls.

Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Mar 2 14:56:41 2009 UTC (16 years, 2 months ago) by loizides
Branch: MAIN
CVS Tags: Mit_008pre1
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Introduced FastArrayBasic types.

Revision 1.16 - (view) (annotate) - [select for diffs]
Mon Mar 2 12:34:00 2009 UTC (16 years, 2 months ago) by loizides
Branch: MAIN
Changes since 1.15: +16 -36 lines
Diff to previous 1.15
Documentation, cleanup and object id removal.

Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Feb 26 17:05:18 2009 UTC (16 years, 2 months ago) by bendavid
Branch: MAIN
Changes since 1.14: +45 -51 lines
Diff to previous 1.14
Add FastArray (optimized heap array) and switch RefArray to use FastArray

Revision 1.14 - (view) (annotate) - [select for diffs]
Tue Feb 17 21:54:35 2009 UTC (16 years, 2 months ago) by bendavid
Branch: MAIN
Changes since 1.13: +12 -13 lines
Diff to previous 1.13
Implemented much cleaner optimized auto loading of branches from refs

Revision 1.13 - (view) (annotate) - [select for diffs]
Tue Feb 17 14:37:30 2009 UTC (16 years, 2 months ago) by bendavid
Branch: MAIN
Changes since 1.12: +6 -11 lines
Diff to previous 1.12
Cleanup and add comments

Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Feb 17 14:22:57 2009 UTC (16 years, 2 months ago) by bendavid
Branch: MAIN
Changes since 1.11: +56 -8 lines
Diff to previous 1.11
Optimize RefArray dereferencing based on object table cleaning, add optimized HasObject function

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Dec 18 13:34:16 2008 UTC (16 years, 4 months ago) by loizides
Branch: MAIN
CVS Tags: Mit_006a, Mit_006b
Changes since 1.10: +5 -5 lines
Diff to previous 1.10
Fix printout.

Revision 1.10 - (view) (annotate) - [select for diffs]
Wed Dec 10 11:26:52 2008 UTC (16 years, 4 months ago) by loizides
Branch: MAIN
Changes since 1.9: +34 -9 lines
Diff to previous 1.9
Implemented ObjAt function.

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Dec 3 11:36:02 2008 UTC (16 years, 5 months ago) by loizides
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8
Add (const *)

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Nov 20 17:49:15 2008 UTC (16 years, 5 months ago) by loizides
Branch: MAIN
Changes since 1.7: +42 -36 lines
Diff to previous 1.7
Add Print plus Cleaned up.

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Oct 31 18:56:14 2008 UTC (16 years, 6 months ago) by bendavid
Branch: MAIN
CVS Tags: Mit_006
Changes since 1.6: +81 -88 lines
Diff to previous 1.6
Switched to new optimized RefArray now supporting multiple PIDs

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Oct 23 18:22:27 2008 UTC (16 years, 6 months ago) by loizides
Branch: MAIN
Changes since 1.5: +3 -10 lines
Diff to previous 1.5
Cleanup to have TObject::Fatal rather than Fatal to avoid some warnings.

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Oct 2 14:00:02 2008 UTC (16 years, 7 months ago) by bendavid
Branch: MAIN
CVS Tags: Mit_005
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Ensure default ProcID is always set

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Oct 2 12:48:08 2008 UTC (16 years, 7 months ago) by bendavid
Branch: MAIN
Changes since 1.3: +6 -2 lines
Diff to previous 1.3
RefArray procid is now set only when first object is added

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Oct 1 18:37:48 2008 UTC (16 years, 7 months ago) by bendavid
Branch: MAIN
Changes since 1.2: +1 -4 lines
Diff to previous 1.2
Enabled default copy constructor

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Sep 10 03:33:26 2008 UTC (16 years, 7 months ago) by loizides
Branch: MAIN
CVS Tags: Mit_004
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
Cleanup

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Jul 29 10:36:20 2008 UTC (16 years, 9 months ago) by loizides
Branch: MAIN
CVS Tags: MITHEP_2_0_x
Added submodule for containers only

Convenience Links

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