-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py.test
49 lines (42 loc) · 2.38 KB
/
config.py.test
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#! /usr/bin/env python
#-*-coding: utf-8 -*-
#############################################################################
# global data
web_repo = ['/eos/project/c/cmsweb/www/egamma/validation/Electrons/Releases/', 'std']
KS_reference_release = '' # can be empty
Validation_reference = 'https://cms-talk.web.cern.ch/t/valdb-14-2-0-pre2-2024-campaign-notification/57117'
picture_ext = 'pngs' # gifs / pngs for picture format
# personalization 1
GeV_1 = [
['CMSSW_14_2_0_pre2', 'CMSSW_14_2_0_pre1'] , # release/reference
['2024', ''] , # relref_extent
['TTbar_14TeV', 'ZEE_14', 'ZpToEE_m6000_14TeV'] , # datasets, 'ZEE_14'
'FullvsFull' , # choice
['RECO', 'RECO', 'Pt1000'] , # relrefValtype RECO vs RECO. Add Pt1000 or Fast for other computation into the third part
['CMSSW_14_2_0_pre2-140X_mcRun3_2024_realistic_v25_STD_RegeneratedGS_2024_noPU-v1', 'CMSSW_14_2_0_pre1-140X_mcRun3_2024_realistic_v21_STD_RegeneratedGS_2024_noPU-v1'] , # GT one couple rel/ref for all dataset
['', ''] , # relref files one couple rel/ref for each dataset
[False, False, False], # DB flag, False
]
# personalization 2
GeV_2 = [
['CMSSW_14_2_0_pre2', 'CMSSW_14_2_0_pre1'] , # release/reference
['2024', ''] , # relref_extent
['TTbar_14TeV', 'ZEE_14', 'ZpToEE_m6000_14TeV'] , # datasets, 'ZEE_14'
'FullvsFull' , # choice
['PU', 'PU', ''] , # relrefValtype RECO vs RECO. Add Pt1000 or Fast for other computation into the third part
['CMSSW_14_2_0_pre2-PU_140X_mcRun3_2024_realistic_v25_STD_2024_PU-v1', 'CMSSW_14_2_0_pre1-PU_140X_mcRun3_2024_realistic_v21_STD_2024_PU-v3'] , # GT one couple rel/ref for all dataset
['', ''] , # relref files one couple rel/ref for each dataset
[False, False, False], # DB flag, False
]
# personalization 3
GeV_3 = [
['CMSSW_14_2_0_pre2', 'CMSSW_14_2_0_pre2'] , # release/reference
['2024', ''] , # relref_extent
['TTbar_14TeV', 'ZEE_14', 'ZpToEE_m6000_14TeV'] , # datasets, 'ZEE_14'
'FullvsFull' , # choice
['RECO', 'miniAOD', ''] , # relrefValtype RECO vs RECO. Add Pt1000 or Fast for other computation into the third part
['CMSSW_14_2_0_pre2-140X_mcRun3_2024_realistic_v25_STD_RegeneratedGS_2024_noPU-v1', 'CMSSW_14_2_0_pre2-140X_mcRun3_2024_realistic_v25_STD_RegeneratedGS_2024_noPU-v1'] , # GT one couple rel/ref for all dataset
['', ''] , # relref files one couple rel/ref for each dataset
[False, False, False], # DB flag, False
]
#############################################################################