-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources.py
26 lines (21 loc) · 1.18 KB
/
sources.py
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
#! /usr/bin/env python
#-*-coding: utf-8 -*-
################################################################################
# sources.py : list of ROOT files to be used with zeeExtract tools
# for egamma validation comparison
#
# MUST be launched with the cmsenv cmd after a cmsrel cmd !!
#
# Arnaud Chiron-Turlay LLR - arnaud.chiron@llr.in2p3.fr
#
################################################################################
# get the "new" root file datas
input_rel_file = 'DQM_V0001_R000000001__RelValZEE_14__CMSSW_14_1_0_pre6-140X_mcRun3_2024_realistic_v11_RegeneratedGS_2024_noPU-v1__DQMIO.root'
# get the "reference" root file datas
input_ref_file = 'DQM_V0002_R000000001__RelValZEE_14__CMSSW_14_1_0_pre5-140X_mcRun3_2024_realistic_v11_RegeneratedGS_2024_noPU-v1__DQMIO.root'
#print('we use the %d file as reference' % ind_ref_file)
#print('we use : %s file as reference' % input_ref_file)
# histo name
histoName = 'h_recEleNum'
# path for the previous ROOT files
dataPath = 'DATA/'