ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/PhysicsTools/PythonAnalysis/python/cmstools.py
Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Jun 13 13:02:30 2007 UTC (17 years, 10 months ago) by hegner
Branch: MAIN
CVS Tags: CMSSW_1_6_0, CMSSW_1_6_0_DAQ1, CMSSW_1_6_0_DAQ3, CMSSW_1_6_0_pre10, CMSSW_1_6_0_pre11, CMSSW_1_6_0_pre12, CMSSW_1_6_0_pre13, CMSSW_1_6_0_pre14, CMSSW_1_6_0_pre2, CMSSW_1_6_0_pre3, CMSSW_1_6_0_pre4, CMSSW_1_6_0_pre5, CMSSW_1_6_0_pre6, CMSSW_1_6_0_pre7, CMSSW_1_6_0_pre8, CMSSW_1_6_0_pre9, CMSSW_1_6_1, CMSSW_1_6_10, CMSSW_1_6_10_pre1, CMSSW_1_6_10_pre2, CMSSW_1_6_11, CMSSW_1_6_11_pre1, CMSSW_1_6_12, CMSSW_1_6_12_pre1, CMSSW_1_6_12_pre2, CMSSW_1_6_3, CMSSW_1_6_4, CMSSW_1_6_5, CMSSW_1_6_5_pre1, CMSSW_1_6_6, CMSSW_1_6_7, CMSSW_1_6_8, CMSSW_1_6_8_pre1, CMSSW_1_6_8_pre2, CMSSW_1_6_9, CMSSW_1_6_9_pre1, CMSSW_1_6_9_pre2, CMSSW_1_7_0, CMSSW_1_7_0_pre1, CMSSW_1_7_0_pre10, CMSSW_1_7_0_pre11, CMSSW_1_7_0_pre12, CMSSW_1_7_0_pre13, CMSSW_1_7_0_pre2, CMSSW_1_7_0_pre3, CMSSW_1_7_0_pre4, CMSSW_1_7_0_pre5, CMSSW_1_7_0_pre6, CMSSW_1_7_0_pre7, CMSSW_1_7_0_pre8, CMSSW_1_7_0_pre9, CMSSW_1_7_1, CMSSW_1_7_2, CMSSW_1_7_3, CMSSW_1_7_4, CMSSW_1_7_5, CMSSW_1_7_6, CMSSW_1_7_7, CMSSW_1_8_0, CMSSW_1_8_0_pre1, CMSSW_1_8_0_pre10, CMSSW_1_8_0_pre2, CMSSW_1_8_0_pre3a, CMSSW_1_8_0_pre4, CMSSW_1_8_0_pre5, CMSSW_1_8_0_pre6, CMSSW_1_8_0_pre7, CMSSW_1_8_0_pre8, CMSSW_1_8_0_pre9, CMSSW_1_8_1, CMSSW_1_8_2, CMSSW_1_8_3, CMSSW_1_8_4, CMSSW_2_0_0, CMSSW_2_0_0_pre1, CMSSW_2_0_0_pre2, CMSSW_2_0_0_pre3, CMSSW_2_0_0_pre4, CMSSW_2_0_0_pre5, CMSSW_2_0_0_pre6, CMSSW_2_0_0_pre7, CMSSW_2_0_0_pre8, CMSSW_2_0_0_pre9, CMSSW_2_0_1, CMSSW_2_0_2, CMSSW_2_0_3, CMSSW_2_0_4, CMSSW_2_0_5, CMSSW_2_0_6, CMSSW_2_0_7, CMSSW_2_0_8, CMSSW_2_1_0_pre1, V00-01-08, V00-01-09
Changes since 1.13: +6 -0 lines
Diff to previous 1.13
bugfix for buffer problem (reported by dave)

Revision 1.13 - (view) (annotate) - [select for diffs]
Tue Jun 12 16:55:33 2007 UTC (17 years, 10 months ago) by hegner
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
branchBuffer fix by Chris

Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Mar 2 02:35:35 2007 UTC (18 years, 2 months ago) by hegner
Branch: MAIN
Changes since 1.10: +14 -0 lines
Diff to previous 1.10
new EventTree.cppCode(name). It creates C++ code snippets for FW Modules.

Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Feb 26 11:27:59 2007 UTC (18 years, 2 months ago) by hegner
Branch: MAIN
CVS Tags: V00-01-02
Changes since 1.9: +16 -1 lines
Diff to previous 1.9
Event class added. Now products are returned directly

Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Feb 23 22:35:45 2007 UTC (18 years, 2 months ago) by hegner
Branch: MAIN
Changes since 1.8: +11 -15 lines
Diff to previous 1.8
code cleanup

Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Feb 23 19:40:03 2007 UTC (18 years, 2 months ago) by hegner
Branch: MAIN
CVS Tags: V00-01-01
Changes since 1.7: +14 -0 lines
Diff to previous 1.7
new short cut for opening event files

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Feb 23 18:56:55 2007 UTC (18 years, 2 months ago) by hegner
Branch: MAIN
Changes since 1.6: +6 -2 lines
Diff to previous 1.6
improved EventTree looping. branch access now via __getattr__

Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Oct 30 10:22:57 2006 UTC (18 years, 6 months ago) by hegner
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
bugfix to loop

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Oct 30 09:44:51 2006 UTC (18 years, 6 months ago) by hegner
Branch: MAIN
Changes since 1.4: +9 -0 lines
Diff to previous 1.4
getListOfAliases and loop() added

Revision 1.4 - (view) (annotate) - [select for diffs]
Sun Oct 15 20:57:26 2006 UTC (18 years, 6 months ago) by hegner
Branch: MAIN
Changes since 1.3: +77 -1 lines
Diff to previous 1.3
implemented new access method to event tree

Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Oct 15 18:10:33 2006 UTC (18 years, 6 months ago) by hegner
Branch: MAIN
Changes since 1.2: +0 -8 lines
Diff to previous 1.2
removed double import of root

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed May 17 17:49:21 2006 UTC (18 years, 11 months ago) by wmtan
Branch: MAIN
CVS Tags: CMSSW_0_7_0, CMSSW_0_7_0_pre3, CMSSW_0_7_0_pre4, CMSSW_0_7_0_pre5, CMSSW_0_7_0_pre6, CMSSW_0_7_1, CMSSW_0_7_2, CMSSW_0_8_0, CMSSW_0_8_0_pre1, CMSSW_0_8_0_pre2, CMSSW_0_8_0_pre3, CMSSW_0_8_0_pre4, CMSSW_0_8_0_pre5, CMSSW_0_8_1, CMSSW_0_8_2, CMSSW_0_8_3, CMSSW_0_8_4, CMSSW_0_9_0, CMSSW_0_9_0_pre1, CMSSW_0_9_0_pre2, CMSSW_0_9_0_pre2_g4_81, CMSSW_0_9_0_pre3, CMSSW_0_9_1, CMSSW_0_9_2, CMSSW_1_0_0, CMSSW_1_0_0_g4_81, CMSSW_1_0_0_pre1, CMSSW_1_0_0_pre2, CMSSW_1_0_0_pre3, CMSSW_1_0_0_pre4, CMSSW_1_0_0_pre5, CMSSW_1_0_1, CMSSW_1_0_2, CMSSW_1_0_3, CMSSW_1_0_4, CMSSW_1_0_5, CMSSW_1_0_6, CMSSW_1_1_0, CMSSW_1_1_0_pre1, CMSSW_1_1_0_pre2, CMSSW_1_1_0_pre3, CMSSW_1_1_0_pre4, CMSSW_1_1_1, CMSSW_1_1_2, CMSSW_1_2_0, CMSSW_1_2_0_4821, CMSSW_1_2_0_SL4, CMSSW_1_2_0_g4_81, CMSSW_1_2_0_g4_82, CMSSW_1_2_0_g4_82p01, CMSSW_1_2_0_pre1, CMSSW_1_2_0_pre2, CMSSW_1_2_0_pre3, CMSSW_1_2_0_pre4, CMSSW_1_2_0_pre5, CMSSW_1_2_0_pre6, CMSSW_1_2_0_pre7, CMSSW_1_2_0_pre8, CMSSW_1_2_0_pre8_g4_81, CMSSW_1_2_0_pre9, CMSSW_1_2_1, CMSSW_1_2_2, CMSSW_1_2_3, CMSSW_1_2_4, CMSSW_1_2_5, CMSSW_1_2_6, CMSSW_1_3_0, CMSSW_1_3_0_SLC4_pre1, CMSSW_1_3_0_SLC4_pre2, CMSSW_1_3_0_pre1, CMSSW_1_3_0_pre2, CMSSW_1_3_0_pre3, CMSSW_1_3_0_pre4, CMSSW_1_3_0_pre5, CMSSW_1_3_0_pre6, CMSSW_1_3_0_pre7, CMSSW_1_3_1, CMSSW_1_3_1_HLT3, CMSSW_1_3_1_HLT4, CMSSW_1_3_1_HLT5, CMSSW_1_3_1_HLT6, CMSSW_1_3_2, CMSSW_1_3_3, CMSSW_1_3_4, CMSSW_1_3_5, CMSSW_1_3_6, V00-00-04
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
PhysicsTools/FWLite moving to FWCore/FWLite

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Mar 22 13:40:36 2006 UTC (19 years, 1 month ago) by hegner
Branch: MAIN
CVS Tags: CMSSW_0_6_0, CMSSW_0_6_0_pre2, CMSSW_0_6_0_pre3, CMSSW_0_6_0_pre4, CMSSW_0_6_0_pre5, CMSSW_0_6_0_pre6, CMSSW_0_6_0_pre7, CMSSW_0_6_1, CMSSW_0_7_0_pre1, CMSSW_0_7_0_pre2, V00-00-02, V00-00-03
New helper classes implemented

Convenience Links

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