ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/DataDiscovery.py
Revision 1.25.2.1 - (view) (annotate) - [select for diffs]
Fri Jul 25 19:46:54 2008 UTC (16 years, 9 months ago) by ewv
Branch: AnaDataSet
Changes since 1.25: +31 -29 lines
Diff to previous 1.25 , to next main 1.50
Change in API for Analysis Dataset

Revision 1.24 - (view) (annotate) - [select for diffs]
Mon Jun 16 10:44:33 2008 UTC (16 years, 10 months ago) by spiga
Branch: MAIN
CVS Tags: CRAB_2_3_0, CRAB_2_3_1_pre1, CRAB_2_3_1_pre2, CRAB_2_3_1_pre3
Branch point for: CRAB_2_3_0_br
Changes since 1.23: +5 -5 lines
Diff to previous 1.23
fix for run selection..

Revision 1.23 - (view) (annotate) - [select for diffs]
Mon Jun 9 17:50:45 2008 UTC (16 years, 10 months ago) by spiga
Branch: MAIN
CVS Tags: CRAB_2_2_2_pre5, CRAB_2_3_0_pre1, CRAB_2_3_0_pre6
Changes since 1.22: +6 -6 lines
Diff to previous 1.22
bug fix

Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Jun 9 15:53:05 2008 UTC (16 years, 10 months ago) by spiga
Branch: MAIN
Changes since 1.21: +54 -39 lines
Diff to previous 1.21
improved support for two tiers input. Added support to skip already analyzed Bloks

Revision 1.21 - (view) (annotate) - [select for diffs]
Thu Jun 5 07:13:31 2008 UTC (16 years, 10 months ago) by spiga
Branch: MAIN
CVS Tags: CRAB_2_2_2_pre3, CRAB_2_2_2_pre4
Changes since 1.20: +29 -2 lines
Diff to previous 1.20
fully added support for two tier inputs

Revision 1.19 - (view) (annotate) - [select for diffs]
Fri Jan 4 17:30:56 2008 UTC (17 years, 3 months ago) by slacapra
Branch: MAIN
CVS Tags: CRAB_2_1_0_pre1, CRAB_2_1_0_pre2
Changes since 1.18: +4 -6 lines
Diff to previous 1.18
Add support for LSF/CAF direct submission
Re-establish a correct inheritance pattern for Scheruled* classes
Start to remove some unneeded try: catch: statement and replace them with appropriate if:then:
Erase any use of cfg_param as a common block (expecially in conjuction with apmon) and replace it with the user of task DB
Several minor cleanup

Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Nov 16 11:09:31 2007 UTC (17 years, 5 months ago) by slacapra
Branch: MAIN
CVS Tags: CRAB_2_0_2, CRAB_2_0_2_pre6, CRAB_2_0_3, CRAB_2_0_3_pre1, CRAB_2_0_4, CRAB_2_0_4_pre1, CRAB_2_0_4_pre2
Changes since 1.17: +95 -33 lines
Diff to previous 1.17
remove support for DBS1, and remove DBS2 string from  files/class

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Feb 7 00:15:38 2007 UTC (18 years, 2 months ago) by gutsche
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
transition to new DBS api which follows python namespaces

Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Feb 1 16:12:40 2007 UTC (18 years, 2 months ago) by gutsche
Branch: MAIN
Changes since 1.14: +5 -6 lines
Diff to previous 1.14
Move DBS-1 APIs to DBS1API namespace. This requires preparation of special DBS checkouts:

- checkout DBSAPIs
    - create directory DBSAPI in $CRABDIR
    - check out COMP/DBS/Clients/PythonAPI into DBSAPI/DBS1API
    - check out COMP/DBS/Clients/Python into DBSAPI/DBS2API
    - create namespace __init__.py in both subdirectories DBS1API and DBS2API
- change configure to add $CRABDIR/DBSAPI to PYTHONPATH and to set
  DBS_CLIENT_CONFIG

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Jan 17 18:17:58 2007 UTC (18 years, 3 months ago) by slacapra
Branch: MAIN
CVS Tags: CRAB_1_5_0_pre4, CRAB_1_5_0_pre5, CRAB_1_5_0_pre6
Changes since 1.13: +6 -7 lines
Diff to previous 1.13
many minor fixes reported by pychecker, mostly unsude import and unused variables

Revision 1.13 - (view) (annotate) - [select for diffs]
Mon Dec 18 12:28:06 2006 UTC (18 years, 4 months ago) by slacapra
Branch: MAIN
CVS Tags: CRAB_1_5_0_pre3
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
catch DBSError

Revision 1.12 - (view) (annotate) - [select for diffs]
Fri Sep 22 14:49:17 2006 UTC (18 years, 7 months ago) by gutsche
Branch: MAIN
CVS Tags: CRAB_1_3_0, CRAB_1_3_0_pre4, CRAB_1_3_0_pre5, CRAB_1_3_0_pre6, CRAB_1_4_0, CRAB_1_4_0_pre1, CRAB_1_4_0_pre2, CRAB_1_4_0_pre3, CRAB_1_4_0_pre4, CRAB_1_4_1, CRAB_1_4_1_pre1, CRAB_1_4_1_pre2, CRAB_1_4_2, CRAB_1_5_0_pre1, CRAB_1_5_0_pre2
Branch point for: branch_1_4_1
Changes since 1.11: +1 -6 lines
Diff to previous 1.11
changed DBS default to MCGlobal/Writer

Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Sep 20 17:29:52 2006 UTC (18 years, 7 months ago) by slacapra
Branch: MAIN
CVS Tags: CRAB_1_3_0_pre3
Changes since 1.10: +50 -73 lines
Diff to previous 1.10
BOSS4 + sub-file splitting + taskDB

Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Aug 10 17:08:54 2006 UTC (18 years, 8 months ago) by mkirn
Branch: MAIN
CVS Tags: HEAD_20092006
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Gets events/file.  Requires cvs head of DBS/Clients/PythonAPI

Revision 1.9 - (view) (annotate) - [select for diffs]
Thu Jul 20 12:03:22 2006 UTC (18 years, 9 months ago) by spiga
Branch: MAIN
CVS Tags: CRAB_1_2_1
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
wrong indentation

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Jul 20 11:59:09 2006 UTC (18 years, 9 months ago) by spiga
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
fixed wrong indentation

Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Jul 6 10:22:47 2006 UTC (18 years, 9 months ago) by slacapra
Branch: MAIN
CVS Tags: CRAB_1_2_0
Branch point for: CRAB_BOSS4
Changes since 1.6: +57 -59 lines
Diff to previous 1.6
indenting is 4 spaces, not 1, or 2 or a combination of 1,2,4...

Revision 1.6 - (view) (annotate) - [select for diffs]
Sun May 28 02:20:13 2006 UTC (18 years, 11 months ago) by gutsche
Branch: MAIN
CVS Tags: CRAB_1_2_0_pre7, CRAB_1_2_0_pre8, CRAB_1_2_0_pre9, post_cmssw_integration_20060527
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Integrate CMSSW: change used python from python2 to python

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu May 18 18:46:22 2006 UTC (18 years, 11 months ago) by afanfani
Branch: MAIN
CVS Tags: pre_cmssw_integration_20060527
Changes since 1.4: +8 -4 lines
Diff to previous 1.4
mods to use new DBS and DLS API

Revision 1.4 - (view) (annotate) - [select for diffs]
Sun Mar 12 01:00:47 2006 UTC (19 years, 1 month ago) by afanfani
Branch: MAIN
CVS Tags: CRAB_1_0_5, CRAB_1_0_6, CRAB_1_0_7, CRAB_1_0_7_pre1, CRAB_1_1_0, CRAB_1_1_0_pre1, CRAB_1_1_0_pre3, CRAB_1_1_0_pre4
Changes since 1.3: +30 -41 lines
Diff to previous 1.3
update to use the improved DBS API that use the CGI server on cmsdoc

Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Jan 29 01:46:08 2006 UTC (19 years, 3 months ago) by afanfani
Branch: MAIN
Changes since 1.2: +83 -31 lines
Diff to previous 1.2
improvements to deal with error conditions ( i.e. dataset not existing, invalid datatie .... etc with changed DBS API)

Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Nov 8 13:28:55 2005 UTC (19 years, 5 months ago) by afanfani
Branch: MAIN
CVS Tags: CRAB_0_2_2, CRAB_1_0_2, CRAB_1_0_3, CRAB_1_0_4
Changes since 1.1: +8 -14 lines
Diff to previous 1.1
fix in the dbspath to be passed to the DBS API

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Nov 7 23:17:44 2005 UTC (19 years, 5 months ago) by afanfani
Branch: MAIN
class to perfom data discovery based on DBS

Convenience Links

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