1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
######################################################################
## File : harvesting_ref_hist_mappings.txt
## Latest change: 20091118 JH
##
## Purpose:
## This file is used by the cmsHarvester.py to map dataset names to
## reference histogram names (i.e. tags) in the database. Lines
## starting with a `#' are considered comments. Any other line is
## expected to contain a mapping from dataset to reference histogram,
## separated by a space, e.g.:
##
## /RelVal/abcd/GEN-SIM-RECO RelVal__1234__GEN-SIM-RECO
##
## maps the reference histograms with tag RelVal__1234__GEN-SIM-RECO
## to be used as reference for dataset /RelVal/abcd/GEN-SIM-RECO.
##
## NOTE: In general the tag names in the database do not contain
## slashes.
##
## Changes:
## 20091118 Initial file. (Jeroen Hegeman)
## 20091118 Some clarifications and first value. (Jeroen Hegeman)
######################################################################
/RelValMinBias_2M_PROD/CMSSW_3_1_5-MC_31X_V3-v1/GEN-SIM-RECO REF_HIST_RelValMinBias_2M_PROD__CMSSW_3_1_4-MC_31X_V3-v1__GEN-SIM-RECO
######################################################################
|